[gnome-control-center] online-accounts: Add title for "Add Account" dialogue
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] online-accounts: Add title for "Add Account" dialogue
- Date: Thu, 13 Oct 2011 09:34:36 +0000 (UTC)
commit 0df2ab0da771131c8684f92732f120ce90ab34ae
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 13 10:33:37 2011 +0100
online-accounts: Add title for "Add Account" dialogue
https://bugzilla.gnome.org/show_bug.cgi?id=661573
panels/online-accounts/cc-online-accounts-panel.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/panels/online-accounts/cc-online-accounts-panel.c b/panels/online-accounts/cc-online-accounts-panel.c
index 6771c8d..3d72a5c 100644
--- a/panels/online-accounts/cc-online-accounts-panel.c
+++ b/panels/online-accounts/cc-online-accounts-panel.c
@@ -456,6 +456,9 @@ on_toolbar_add_button_clicked (GtkToolButton *button,
gtk_window_set_modal (GTK_WINDOW (dialog), TRUE);
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
gtk_window_set_transient_for (GTK_WINDOW (dialog), parent);
+ /* translators: This is the title of the "Add Account" dialogue.
+ * The title is not visible when using GNOME Shell */
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Add Account"));
vbox = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
gtk_box_set_spacing (GTK_BOX (vbox), 12);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]