diff options
author | Gehad <gehadelrobey@gmail.com> | 2014-04-02 22:19:21 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-04-02 19:05:57 -0700 |
commit | 71afa05b84ae67a5471b31b73d2a18545d90d798 (patch) | |
tree | f425335f2a31b3f96e69eac19f9c3a9252a026b9 /qt-ui | |
parent | e372e819e7db5e288ec07ff4feee1644806f4238 (diff) | |
download | subsurface-71afa05b84ae67a5471b31b73d2a18545d90d798.tar.gz |
Adding shortcut key sequence to the worldmap exporter
Adding Shortcut (Ctrl+H) to the worldmap exporter for consistency with
the other commands in the file menu
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 1eadec7d3..909e343ef 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -687,6 +687,9 @@ <property name="text"> <string>Export HTML World Map</string> </property> + <property name="shortcut"> + <string>Ctrl+H</string> + </property> </action> <action name="actionPrint"> <property name="text"> |