diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-15 21:39:09 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-15 21:39:09 +0000 |
| commit | c272144867f94dc7e99f8333bec5dd052878ecd8 (patch) | |
| tree | 6ceb4ce5111b05da666ab2c0a1fda571d84ccd42 /utils/themeeditor/gui/editorwindow.ui | |
| parent | e700e195d88f09a94fe681fd2906564ade2be0d0 (diff) | |
| download | rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.zip rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.tar.gz rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.tar.bz2 rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.tar.xz | |
Theme Editor: Added New Project feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27439 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index ab8dc61..a7246b9 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -48,6 +48,7 @@ <string>&File</string> </property> <addaction name="actionNew_Document"/> + <addaction name="actionNew_Project"/> <addaction name="actionOpen_Document"/> <addaction name="actionOpen_Project"/> <addaction name="separator"/> @@ -386,6 +387,14 @@ <string>Ctrl+Shift+W</string> </property> </action> + <action name="actionNew_Project"> + <property name="text"> + <string>N&ew Project</string> + </property> + <property name="shortcut"> + <string>Ctrl+Shift+N</string> + </property> + </action> </widget> <tabstops> <tabstop>projectTree</tabstop> |