SF.net SVN: geany:[4910] trunk
frlan at users.sourceforge.net
frlan at xxxxx
Sat May 15 09:55:51 UTC 2010
Revision: 4910
http://geany.svn.sourceforge.net/geany/?rev=4910&view=rev
Author: frlan
Date: 2010-05-15 09:55:50 +0000 (Sat, 15 May 2010)
Log Message:
-----------
Replace one non breaking space by normal space. Patch by Daniel Marjamak.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/support.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-05-14 16:01:44 UTC (rev 4909)
+++ trunk/ChangeLog 2010-05-15 09:55:50 UTC (rev 4910)
@@ -1,3 +1,9 @@
+2010-05-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * src/support.h:
+ Replace one non breaking space by normal space. Patch by Daniel Marjamak.
+
+
2010-05-14 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* plugins/classbuilder.c:
Modified: trunk/src/support.h
===================================================================
--- trunk/src/support.h 2010-05-14 16:01:44 UTC (rev 4909)
+++ trunk/src/support.h 2010-05-15 09:55:50 UTC (rev 4910)
@@ -38,6 +38,6 @@
# define bindtextdomain(Domain,Charset) (Domain)
# define ngettext(String) (String)
# define _(String) String
-# define Q_(String) g_strip_context((String), (String))
+# define Q_(String) g_strip_context((String), (String))
# define N_(String) String
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list