diff options
author | Julien Valroff <julien@kirya.net> | 2010-01-23 10:19:38 +0100 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-01-23 10:19:38 +0100 |
commit | 8da29fc89cbcfb22cfff90d7f045552514e4f92b (patch) | |
tree | f4e0f5361e6c295f73de56df00c0b02187094c43 /rapid/glade3 | |
parent | 49ac3995b9f840580322d4bf6feb27506f07f7ed (diff) |
Imported Upstream version 0.1.3upstream/0.1.3
Diffstat (limited to 'rapid/glade3')
-rw-r--r-- | rapid/glade3/rapid.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rapid/glade3/rapid.glade b/rapid/glade3/rapid.glade index 41387c7..f379024 100644 --- a/rapid/glade3/rapid.glade +++ b/rapid/glade3/rapid.glade @@ -1056,13 +1056,13 @@ </packing> </child> <child> - <widget class="GtkButton" id="clear_job_code_button"> + <widget class="GtkButton" id="remove_all_job_code_button"> <property name="label" translatable="yes" comments="The underscore after the C signifies that the l is the accelerator key. This is the standard 'Clear' button, but I needed to change the accelerator from the standard 'c' to 'l' because the close button also used 'c'">R_emove All</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> - <signal name="clicked" handler="on_clear_job_code_button_clicked"/> + <signal name="clicked" handler="on_remove_all_job_code_button_clicked"/> </widget> <packing> <property name="expand">False</property> |