diff options
author | Stefano Karapetsas <[email protected]> | 2014-11-03 15:04:19 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-11-03 15:04:19 +0100 |
commit | df913aef213e9314e8037944fdb9a44f6dc7f9cf (patch) | |
tree | f99b8f2d6565d3961db6dbf9fb88eb42ac5e6179 /src/caja-file-management-properties.ui | |
parent | 3600fc2b4208a17217750bbce3e1928e760307fd (diff) | |
download | caja-df913aef213e9314e8037944fdb9a44f6dc7f9cf.tar.bz2 caja-df913aef213e9314e8037944fdb9a44f6dc7f9cf.tar.xz |
Add about dialog for extensions
Diffstat (limited to 'src/caja-file-management-properties.ui')
-rw-r--r-- | src/caja-file-management-properties.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-file-management-properties.ui b/src/caja-file-management-properties.ui index dbba67dd..cca1a364 100644 --- a/src/caja-file-management-properties.ui +++ b/src/caja-file-management-properties.ui @@ -2480,7 +2480,7 @@ <property name="spacing">8</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="button1"> + <object class="GtkButton" id="about_extension_button"> <property name="label" translatable="yes">_About Extension</property> <property name="visible">True</property> <property name="sensitive">False</property> @@ -2496,7 +2496,7 @@ </packing> </child> <child> - <object class="GtkButton" id="button2"> + <object class="GtkButton" id="configure_extension_button"> <property name="label" translatable="yes">C_onfigure Extension</property> <property name="visible">True</property> <property name="sensitive">False</property> |