[passepartout] the properties menu item conforms to the GNOME HIG now
- From: Sven Herzberg <herzi src gnome org>
- To: svn-commits-list gnome org
- Subject: [passepartout] the properties menu item conforms to the GNOME HIG now
- Date: Mon, 13 Apr 2009 09:17:45 -0400 (EDT)
commit a99ce4302f448a8242b98cd0a9e40e949f20ac45
Author: Sven Herzberg <herzi lanedo com>
Date: Sun Apr 12 22:45:02 2009 +0200
the properties menu item conforms to the GNOME HIG now
* src/pptout/windowmenus.cc: now we have a proper stock item and also the
"<Mod1>Return" accelerator
---
src/pptout/windowmenus.cc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/pptout/windowmenus.cc b/src/pptout/windowmenus.cc
index b012d19..e333c11 100644
--- a/src/pptout/windowmenus.cc
+++ b/src/pptout/windowmenus.cc
@@ -174,8 +174,10 @@ void FrameWindow::create_menus() {
AccelKey("<shift><control>P"),
bind(sigc::ptr_fun(&print_to_viewer), &document_view));
- doc_group->add(Action::create("FileDocProps", _("P_roperties ..."),
+ doc_group->add(Action::create("FileDocProps", Stock::PROPERTIES,
+ _("P_roperties ..."),
_("Document properties")),
+ AccelKey("<Mod1>Return"),
bind(sigc::ptr_fun(&show_doc_props_dialog), &document_view));
main_group->add(Action::create("FileClose", Stock::CLOSE),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]