]> www.fi.muni.cz Git - evince.git/commit
Use N_() in g_option_context_new(), not _().
authorChristian Persch <chpe@src.gnome.org>
Mon, 26 Jan 2009 20:30:43 +0000 (20:30 +0000)
committerChristian Persch <chpe@src.gnome.org>
Mon, 26 Jan 2009 20:30:43 +0000 (20:30 +0000)
commitf4f0da024897ef5e9481ee693b8a5f284f29fe7c
treedeb20b86ed6981cab944a2f04dc051eb56c38d8c
parentbc9bc3d3597afae8ef5a1d44e682066579cbaae8
Use N_() in g_option_context_new(), not _().
It's safe to use GETTEXT_PACKAGE and setting the translation domain even
when NLS is disabled, so no need for this extra ifdef'd code.
Remove redundant gtk_init() call. Bug #569233.

svn path=/trunk/; revision=3385
shell/main.c