diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-14 05:06:42 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-14 05:06:42 +0000 |
| commit | b76b6448a2e0e07af4ee61e7d3a4fe11370019f7 (patch) | |
| tree | 53f10e227bb404e2f2e2dd719227808c2d4acc67 /utils/themeeditor/gui/editorwindow.ui | |
| parent | 78fc9844a9ec83b5e3dbb9289ccf8ff2b64b2d56 (diff) | |
| download | rockbox-b76b6448a2e0e07af4ee61e7d3a4fe11370019f7.zip rockbox-b76b6448a2e0e07af4ee61e7d3a4fe11370019f7.tar.gz rockbox-b76b6448a2e0e07af4ee61e7d3a4fe11370019f7.tar.bz2 rockbox-b76b6448a2e0e07af4ee61e7d3a4fe11370019f7.tar.xz | |
Theme Editor: Added Close Project feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27412 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index 5ef3261..ab8dc61 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -52,6 +52,7 @@ <addaction name="actionOpen_Project"/> <addaction name="separator"/> <addaction name="actionClose_Document"/> + <addaction name="actionClose_Project"/> <addaction name="separator"/> <addaction name="actionSave_Document"/> <addaction name="actionSave_Document_As"/> @@ -374,6 +375,17 @@ <string>Ctrl+T</string> </property> </action> + <action name="actionClose_Project"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Close Pro&ject</string> + </property> + <property name="shortcut"> + <string>Ctrl+Shift+W</string> + </property> + </action> </widget> <tabstops> <tabstop>projectTree</tabstop> |