Kaydet (Commit) 78edca63 authored tarafından Frank Lanitz's avatar Frank Lanitz

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
üst c72f1d40
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> 2010-05-14 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* plugins/classbuilder.c: * plugins/classbuilder.c:
......
...@@ -38,6 +38,6 @@ ...@@ -38,6 +38,6 @@
# define bindtextdomain(Domain,Charset) (Domain) # define bindtextdomain(Domain,Charset) (Domain)
# define ngettext(String) (String) # define ngettext(String) (String)
# define _(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 # define N_(String) String
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment