Make Advanced have the same button label as Basic.

SVN revision: 20277
This commit is contained in:
Christopher Michael 2006-02-04 20:04:20 +00:00
parent d5a4d8603e
commit 787c9bc438
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data
e_widget_table_object_append(ot, il, 0, 0, 1, 3, 1, 1, 1, 1);
/* Add import Button */
o = e_widget_button_add(evas, _("Select An Image"), NULL, _bg_config_dialog_cb_import, cfd, NULL);
o = e_widget_button_add(evas, _("Select Another Image"), NULL, _bg_config_dialog_cb_import, cfd, NULL);
e_widget_table_object_append(ot, o, 0, 3, 1, 1, 1, 0, 0, 0);
of = e_widget_framelist_add(evas, _("Background Preview"), 0);