Mailinglist Archive: yast-commit (525 mails)

< Previous Next >
[yast-commit] r61523 - in /branches/SuSE-Code-11-SP1-Branch/yast2: VERSION library/desktop/src/Desktop.ycp package/yast2.changes
  • From: ug@xxxxxxxxxxxxxxxx
  • Date: Mon, 29 Mar 2010 13:41:51 -0000
  • Message-id: <E1NwFE0-0005gi-0D@xxxxxxxxxxxxxxxx>
Author: ug
Date: Mon Mar 29 15:41:51 2010
New Revision: 61523

URL: http://svn.opensuse.org/viewcvs/yast?rev=61523&view=rev
Log:
fixed a bug with *.desktop file translations (bnc#580593). 2.17.92

Modified:
branches/SuSE-Code-11-SP1-Branch/yast2/VERSION
branches/SuSE-Code-11-SP1-Branch/yast2/library/desktop/src/Desktop.ycp
branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes

Modified: branches/SuSE-Code-11-SP1-Branch/yast2/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/VERSION?rev=61523&r1=61522&r2=61523&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/yast2/VERSION (original)
+++ branches/SuSE-Code-11-SP1-Branch/yast2/VERSION Mon Mar 29 15:41:51 2010
@@ -1 +1 @@
-2.17.91
+2.17.92

Modified: branches/SuSE-Code-11-SP1-Branch/yast2/library/desktop/src/Desktop.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/library/desktop/src/Desktop.ycp?rev=61523&r1=61522&r2=61523&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/yast2/library/desktop/src/Desktop.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/yast2/library/desktop/src/Desktop.ycp Mon
Mar 29 15:41:51 2010
@@ -74,7 +74,7 @@

//no translations in .desktop, check desktop_translations.mo then
string msgid = sformat("%1(%2): %3", key, fname, fallback );
- ret = dgettext( "desktop_translations", msgid );
+ ret = dpgettext( "desktop_translations", "/usr/share/locale", msgid );

//probably untranslated - return english name
if(ret == msgid)

Modified: branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes?rev=61523&r1=61522&r2=61523&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes (original)
+++ branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Mon Mar 29
15:41:51 2010
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Mar 29 15:12:35 CEST 2010 - ug@xxxxxxx
+
+- fixed a bug with *.desktop file translations
+ (bnc#580593)
+- 2.17.92
+
+-------------------------------------------------------------------
Mon Mar 22 09:11:06 CET 2010 - mzugec@xxxxxxx

- L3: autoinstallation with manual setup (bnc#568653)

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages