Remove unnecessary accelerators from .ui files. Fix indentation of .ui files

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 2 years ago
parent 4e01e4b217
commit b812a88858
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -88,9 +88,6 @@
<property name="text">
<string>&amp;OK</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
@ -105,9 +102,6 @@
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
@ -496,9 +490,6 @@
<property name="text">
<string>Open Syste&amp;m</string>
</property>
<property name="accel">
<string>Alt+M</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="2" column="0">
<property name="name">
@ -549,9 +540,6 @@
<property name="text">
<string>Shared &amp;Key</string>
</property>
<property name="accel">
<string>Alt+K</string>
</property>
</widget>
</grid>
</widget>

@ -236,9 +236,6 @@
<property name="text">
<string>Automatic (DHCP)</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="checked">
<bool>true</bool>
</property>
@ -250,9 +247,6 @@
<property name="text">
<string>Manual</string>
</property>
<property name="accel">
<string></string>
</property>
</widget>
</vbox>
</widget>

@ -32,9 +32,6 @@
<property name="text">
<string>&amp;Options</string>
</property>
<property name="accel">
<string>Alt+O</string>
</property>
<property name="toggleButton">
<bool>true</bool>
</property>
@ -54,9 +51,6 @@
<property name="text">
<string>&amp;Quit</string>
</property>
<property name="accel">
<string>Alt+Q</string>
</property>
<property name="default">
<bool>true</bool>
</property>
@ -84,9 +78,6 @@
<property name="text">
<string>Co&amp;nnect</string>
</property>
<property name="accel">
<string>Alt+N</string>
</property>
<property name="toolTip" stdset="0">
<string>Connect to the selected network</string>
</property>
@ -105,9 +96,6 @@
<property name="text">
<string>Refresh</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="flat">
<bool>false</bool>
</property>
@ -398,9 +386,6 @@
<property name="text">
<string>Automatically connect on startup</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;&lt;b&gt;AutomaticallyConnect on Startup&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Checking this box will make the application try to connect to the best available network. Only networks that have been previously configured will be taken into account.&lt;/p&gt;</string>
@ -413,9 +398,6 @@
<property name="text">
<string>Automaticall&amp;y reconnect if connection is lost</string>
</property>
<property name="accel">
<string>Alt+Y</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;&lt;b&gt;Automatically Reconnect if Connection is Lost&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Checking this box will make the application try to reconnect after the connection is lost.&lt;/p&gt;</string>
@ -428,9 +410,6 @@
<property name="text">
<string>Quit upon successful connection</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;&lt;b&gt;Quit Upon Successful Connection&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Checking this box will make the application close after successfully establishing a connection to a wireless network.&lt;/p&gt;</string>
@ -443,9 +422,6 @@
<property name="text">
<string>&amp;Group access points with the same ESSID</string>
</property>
<property name="accel">
<string>Alt+G</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;&lt;b&gt;Group Access Points with the Same ESSID&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Checking this box will make all access points with the same ESSID appear as one item in the network list.&lt;/p&gt;</string>
@ -693,9 +669,6 @@
<property name="text">
<string>E&amp;nable All Messages</string>
</property>
<property name="accel">
<string>Alt+N</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;&lt;b&gt;Enable All Messages&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Pressing this button will enable all messages which have been turned off with the 'Don't Show Again' feature.&lt;/p&gt;</string>

Loading…
Cancel
Save