[gnome-documents] selections: add a window title to the Organize dialog



commit ee166aa139a289056b8081c2a0cca54d4ae85edf
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Sep 26 11:52:45 2012 -0400

    selections: add a window title to the Organize dialog
    
    This doesn't break string freeze, since we re-use the string from the
    toolbar button tooltip.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684866

 src/selections.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/selections.js b/src/selections.js
index f5fdb15..52c1d97 100644
--- a/src/selections.js
+++ b/src/selections.js
@@ -612,7 +612,8 @@ const OrganizeCollectionDialog = new Lang.Class({
                                        modal: true,
                                        destroy_with_parent: true,
                                        default_width: 400,
-                                       default_height: 250 });
+                                       default_height: 250,
+                                       title: _("Organize") });
 
         this.widget.add_button('gtk-add', OrganizeCollectionDialogResponse.ADD);
         let okButton = this.widget.add_button('gtk-ok', Gtk.ResponseType.OK);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]