diff options
| author | Julien Valroff <julien@kirya.net> | 2010-01-23 10:19:39 +0100 |
|---|---|---|
| committer | Julien Valroff <julien@kirya.net> | 2010-01-23 10:19:39 +0100 |
| commit | e9e4b6c0a15e515b7bd2dfc8e9b5087b394ce6a5 (patch) | |
| tree | a0b9962af9b71aa931de8b50a83e811d80c3f9da /rapid/glade3/rapid.glade | |
| parent | 27e093f86366c3545a4ae1fd5cdf1260644a3837 (diff) | |
| parent | 8da29fc89cbcfb22cfff90d7f045552514e4f92b (diff) | |
Merge commit 'upstream/0.1.3'
Diffstat (limited to 'rapid/glade3/rapid.glade')
| -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> |
