SearchToolBar: Don't make shortcuts translatable

remotes/origin/falkon
David Rosca 11 years ago
parent cde3ed179b
commit 8a6d083114
  1. 4
      src/lib/webtab/searchtoolbar.ui

@ -65,7 +65,7 @@
</sizepolicy>
</property>
<property name="shortcut">
<string>Ctrl+Shift+G</string>
<string notr="true">Ctrl+Shift+G</string>
</property>
<property name="autoRaise">
<bool>true</bool>
@ -81,7 +81,7 @@
</sizepolicy>
</property>
<property name="shortcut">
<string>Ctrl+G</string>
<string notr="true">Ctrl+G</string>
</property>
<property name="autoRaise">
<bool>true</bool>

Loading…
Cancel
Save