From 1d57b7cf5f090bbe31657cf2b351849cd1ba0ecd Mon Sep 17 00:00:00 2001 From: mishas Date: Thu, 22 Mar 2007 11:58:25 +0000 Subject: [PATCH] fixed the name of the text domain to get translations from git-svn-id: file:///svnroot/simple-launcher/trunk@111 3ba93dab-e023-0410-b42a-de7732cf370a --- debian/changelog | 3 ++- launcher-item.cc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 35fbc21..a24a922 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,9 @@ simple-launcher (0.9) unstable; urgency=low * replaced 0 with NULL where appropriate (get rid of compiler warnings) * locale application name and its comment * fixed the redraw of tree content + * fixed the name of the text domain to get translations from - -- Mikhail Sobolev Thu, 22 Mar 2007 13:46:32 +0200 + -- Mikhail Sobolev Thu, 22 Mar 2007 13:58:01 +0200 simple-launcher (0.7.1) unstable; urgency=low diff --git a/launcher-item.cc b/launcher-item.cc index ee230f2..36653d8 100644 --- a/launcher-item.cc +++ b/launcher-item.cc @@ -34,7 +34,7 @@ static const char *DESKTOP_ENTRY_GROUP = "Desktop Entry", *DESKTOP_ENTRY_SERVICE_FIELD = "X-Osso-Service", *DESKTOP_ENTRY_TEXT_DOMAIN = "X-Text-Domain"; -static const char *DEFAULT_TEXT_DOMAIN = "osso-applet-tasknavigator"; +static const char *DEFAULT_TEXT_DOMAIN = "maemo-af-desktop"; class GKeyFileWrapper { public: -- 1.7.9.5