From: Nickolay V. Shmyrev Date: Thu, 25 Aug 2005 23:27:41 +0000 (+0000) Subject: Set textdomain to libglade. Fixes translation problem in property page. X-Git-Tag: EVINCE_0_4_0~4 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=0bdec82dd21f2f4f8794047356893af8323a4385;p=evince.git Set textdomain to libglade. Fixes translation problem in property page. --- diff --git a/ChangeLog b/ChangeLog index 073eafb6..069b0aa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-26 Nickolay V. Shmyrev + + * properties/ev-properties-view.c: + + Set textdomain to libglade. Fixes translation problem in property page. + 2005-08-26 Nickolay V. Shmyrev * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail): diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c index 142b5099..669421fd 100644 --- a/properties/ev-properties-view.c +++ b/properties/ev-properties-view.c @@ -243,7 +243,7 @@ ev_properties_view_init (EvPropertiesView *properties) GladeXML *xml; /* Create a new GladeXML object from XML file glade_file */ - xml = glade_xml_new (DATADIR "/evince-properties.glade", "general_page_root", NULL); + xml = glade_xml_new (DATADIR "/evince-properties.glade", "general_page_root", GETTEXT_PACKAGE); properties->xml = xml; g_assert (xml != NULL);