gtk port: make keypad allow menu/toolbar accel keys to work too
also: translate some french comments and remove some other also: silence 2 glade warnings
This commit is contained in:
parent
7f0616d4ba
commit
d1ccf402ad
|
@ -312,7 +312,7 @@ ARM7 cpu</property>
|
|||
<widget class="GtkSpinButton" id="wtools_3_palnum">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="adjustment">0 0 15 1 2 1</property>
|
||||
<property name="adjustment">0 0 15 1 2 0</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<signal name="value_changed" handler="on_wtools_3_palnum_value_changed"/>
|
||||
</widget>
|
||||
|
@ -471,7 +471,7 @@ ARM7 cpu</property>
|
|||
<widget class="GtkSpinButton" id="wtools_4_palnum">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="adjustment">0 0 15 1 2 1</property>
|
||||
<property name="adjustment">0 0 15 1 2 0</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<signal name="value_changed" handler="on_wtools_4_palnum_value_changed"/>
|
||||
</widget>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue