[gnome-control-center/extensible-shell] [shell] mark window title string as translatable
- From: Thomas Wood <thos src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-control-center/extensible-shell] [shell] mark window title string as translatable
- Date: Sat, 30 Jan 2010 11:55:57 +0000 (UTC)
commit 90f8b5b90f471f6df6daebc0a8bb0c904717ce04
Author: Thomas Wood <thomas wood intel com>
Date: Sat Jan 30 11:38:03 2010 +0000
[shell] mark window title string as translatable
shell/control-center.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/shell/control-center.c b/shell/control-center.c
index 0d75e64..839fd74 100644
--- a/shell/control-center.c
+++ b/shell/control-center.c
@@ -21,6 +21,7 @@
#include "config.h"
+#include <glib/gi18n.h>
#include <gio/gio.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
@@ -483,7 +484,7 @@ shell_show_overview_page (ShellData *data)
if (data->current_panel != NULL)
cc_panel_set_active (data->current_panel, FALSE);
- gtk_window_set_title (GTK_WINDOW (data->window), "System Settings");
+ gtk_window_set_title (GTK_WINDOW (data->window), _("System Settings"));
/* clear the search text */
g_free (data->filter_string);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]