Replace one non breaking space by normal space. Patch by Daniel Marjamak.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4910 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Frank Lanitz 2010-05-15 09:55:50 +00:00
parent c72f1d40ac
commit 78edca6334
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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