[eog-plugins] Make the sidebar's page title translatable
- From: Felix Riemann <friemann src gnome org>
- To: svn-commits-list gnome org
- Subject: [eog-plugins] Make the sidebar's page title translatable
- Date: Sat, 18 Jul 2009 16:22:44 +0000 (UTC)
commit 783e31ae624c04ea2c28f3acf894bfb10bddaa1d
Author: Felix Riemann <friemann gnome org>
Date: Sat Jul 18 18:05:09 2009 +0200
Make the sidebar's page title translatable
ChangeLog | 5 +++++
plugins/champlain/eog-champlain-plugin.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ea5b742..b22a553 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-18 Felix Riemann <friemann gnome org>
+
+ * plugins/champlain/eog-champlain-plugin.c (impl_activate):
+ Make the sidebar's page title translatable.
+
2009-06-27 Felix Riemann <friemann gnome org>
* plugins/exif-display/eog-exif-display-plugin.c:
diff --git a/plugins/champlain/eog-champlain-plugin.c b/plugins/champlain/eog-champlain-plugin.c
index d75cbd7..8e38abb 100644
--- a/plugins/champlain/eog-champlain-plugin.c
+++ b/plugins/champlain/eog-champlain-plugin.c
@@ -330,7 +330,7 @@ impl_activate (EogPlugin *plugin, EogWindow *window)
data->viewport = vbox;
gtk_box_pack_start (GTK_BOX (vbox), bbox, FALSE, FALSE, 0);
gtk_container_add (GTK_CONTAINER (vbox), viewport);
- eog_sidebar_add_page (EOG_SIDEBAR (sidebar), "Map", vbox);
+ eog_sidebar_add_page (EOG_SIDEBAR (sidebar), _("Map"), vbox);
gtk_widget_show_all (vbox);
thumbview = eog_window_get_thumb_view (window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]