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:
parent
c72f1d40ac
commit
78edca6334
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user