[gnome-documents] selections: add a window title to the Organize dialog
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] selections: add a window title to the Organize dialog
- Date: Wed, 26 Sep 2012 15:55:32 +0000 (UTC)
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]