evolution r35760 - branches/gnome-2-22/shell
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35760 - branches/gnome-2-22/shell
- Date: Sat, 19 Jul 2008 18:53:08 +0000 (UTC)
Author: tml
Date: Sat Jul 19 18:53:07 2008
New Revision: 35760
URL: http://svn.gnome.org/viewvc/evolution?rev=35760&view=rev
Log:
2008-07-19 Tor Lillqvist <tml novell com>
Bug 543758 - Never mark empty strings for translations
* main.c (main): Change _("") to explicit gettext ("") to avoid
potentially confusing translation tools or translators.
Modified:
branches/gnome-2-22/shell/ChangeLog
branches/gnome-2-22/shell/main.c
Modified: branches/gnome-2-22/shell/main.c
==============================================================================
--- branches/gnome-2-22/shell/main.c (original)
+++ branches/gnome-2-22/shell/main.c Sat Jul 19 18:53:07 2008
@@ -691,7 +691,7 @@
NULL);
#ifdef G_OS_WIN32
- if (strcmp (_(""), "") == 0) {
+ if (strcmp (gettext (""), "") == 0) {
/* No message catalog installed for the current locale language,
* so don't bother with the localisations provided by other things then
* either. Reset thread locale to "en-US" and C library locale to "C".
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]