projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2378d79
)
Made ecpglib use translated messages.
author
Michael Meskes
<
[email protected]
>
Sun, 27 Jan 2013 12:48:12 +0000
(13:48 +0100)
committer
Michael Meskes
<
[email protected]
>
Sun, 27 Jan 2013 12:48:12 +0000
(13:48 +0100)
Bug reported and fixed by Chen Huajun <
[email protected]
>.
src/interfaces/ecpg/ecpglib/misc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/misc.c
b/src/interfaces/ecpg/ecpglib/misc.c
index a4c283a274d3920b0096f8d9aadc372edc38b80f..9371f7140f446df1dc28cf1d63f630dc472a3fdf 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/misc.c
+++ b/
src/interfaces/ecpg/ecpglib/misc.c
@@
-497,7
+497,7
@@
ecpg_gettext(const char *msgid)
#endif
}
- return dgettext(PG_TEXTDOMAIN("ecpg"), msgid);
+ return dgettext(PG_TEXTDOMAIN("ecpg
lib
"), msgid);
}
#endif /* ENABLE_NLS */