fixed the name of the text domain to get translations from
authormishas <mikhail.sobolev@gmail.com>
Thu, 22 Mar 2007 11:58:25 +0000 (11:58 +0000)
committermishas <mikhail.sobolev@gmail.com>
Thu, 22 Mar 2007 11:58:25 +0000 (11:58 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@111 3ba93dab-e023-0410-b42a-de7732cf370a

debian/changelog
launcher-item.cc

index 35fbc21..a24a922 100644 (file)
@@ -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 <mss@mawhrin.net>  Thu, 22 Mar 2007 13:46:32 +0200
+ -- Mikhail Sobolev <mss@mawhrin.net>  Thu, 22 Mar 2007 13:58:01 +0200
 
 simple-launcher (0.7.1) unstable; urgency=low
 
index ee230f2..36653d8 100644 (file)
@@ -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: