CVS_SILENT fixuifiles and i18n style guide fixes
svn path=/trunk/kdebase/kcontrol/; revision=322764
This commit is contained in:
parent
e91efe0aa9
commit
3fb1686c98
3 changed files with 23 additions and 41 deletions
|
@ -55,7 +55,7 @@ B2Config::B2Config( KConfig* conf, QWidget* parent )
|
|||
// Double click menu option support
|
||||
actionsGB = new QHGroupBox(i18n("Actions Settings"), gb);
|
||||
QLabel *menuDblClickLabel = new QLabel(actionsGB);
|
||||
menuDblClickLabel->setText(i18n("Double Click on Menu Button:"));
|
||||
menuDblClickLabel->setText(i18n("Double click on menu button:"));
|
||||
menuDblClickOp = new QComboBox(actionsGB);
|
||||
menuDblClickOp->insertItem(i18n("Do Nothing"));
|
||||
menuDblClickOp->insertItem(i18n("Minimize Window"));
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
<height>480</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="caption">
|
||||
<string>Form1</string>
|
||||
</property>
|
||||
<hbox>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
|
@ -47,9 +44,6 @@
|
|||
<property name="text">
|
||||
<string>&New...</string>
|
||||
</property>
|
||||
<property name="accel">
|
||||
<string>Alt+N</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="KPushButton">
|
||||
<property name="name">
|
||||
|
@ -58,9 +52,6 @@
|
|||
<property name="text">
|
||||
<string>&Modify...</string>
|
||||
</property>
|
||||
<property name="accel">
|
||||
<string>Alt+M</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="KPushButton">
|
||||
<property name="name">
|
||||
|
@ -80,9 +71,6 @@
|
|||
<property name="text">
|
||||
<string>Move &Up</string>
|
||||
</property>
|
||||
<property name="accel">
|
||||
<string>Alt+U</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="KPushButton">
|
||||
<property name="name">
|
||||
|
@ -91,9 +79,6 @@
|
|||
<property name="text">
|
||||
<string>Move &Down</string>
|
||||
</property>
|
||||
<property name="accel">
|
||||
<string>Alt+D</string>
|
||||
</property>
|
||||
</widget>
|
||||
<spacer>
|
||||
<property name="name">
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
<height>477</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="caption">
|
||||
<string>Form1</string>
|
||||
</property>
|
||||
<vbox>
|
||||
<property name="name">
|
||||
<cstring>unnamed</cstring>
|
||||
|
|
Loading…
Reference in a new issue