diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-14 17:57:00 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-14 17:57:00 +0200 |
commit | 08ed304f8e4c64b7537f188c6e2014e78438976c (patch) | |
tree | 9dde4f6c90c154646272812fd772c39faf6debf6 /gui | |
parent | Fixed directory sorting (close #235) (diff) | |
download | kcc-08ed304f8e4c64b7537f188c6e2014e78438976c.tar.gz kcc-08ed304f8e4c64b7537f188c6e2014e78438976c.tar.bz2 kcc-08ed304f8e4c64b7537f188c6e2014e78438976c.zip |
Allow metadata editor to embed directories
Diffstat (limited to 'gui')
-rw-r--r-- | gui/KCC.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/KCC.ui b/gui/KCC.ui index 1c49bc2..09a7b92 100644 --- a/gui/KCC.ui +++ b/gui/KCC.ui @@ -320,6 +320,9 @@ <property name="text"> <string>Editor</string> </property> + <property name="toolTip"> + <string><html><head/><body><p style='white-space:pre'>Shift+Click to edit directory.</p></body></html></string> + </property> <property name="icon"> <iconset resource="KCC.qrc"> <normaloff>:/Other/icons/editor.png</normaloff>:/Other/icons/editor.png</iconset> @@ -454,7 +457,7 @@ </font> </property> <property name="toolTip"> - <string><html><head/><body><p style='white-space:pre'>Shift+Click to select the output directory.</p></body></html></string> + <string><html><head/><body><p style='white-space:pre'>Shift+Click to select the output directory.</p></body></html></string> </property> <property name="text"> <string>Convert</string> |