|
|
|
|
@ -465,7 +465,7 @@ char *yon_custom_config_init(GtkFileChooserAction type){
|
|
|
|
|
gtk_file_filter_set_name(filter, "*.ini");
|
|
|
|
|
gtk_file_chooser_add_filter(GTK_FILE_CHOOSER(dialog->MainFileChooser),filter);
|
|
|
|
|
if (type==GTK_FILE_CHOOSER_ACTION_SAVE){
|
|
|
|
|
yon_file_chooser_set_button_label(yon_char_get_localised_from_lib(LOAD_CONFIG_LABEL));
|
|
|
|
|
// yon_file_chooser_set_button_label(yon_char_get_localised_from_lib(LOAD_CONFIG_LABEL));
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
if (yon_file_chooser_start(dialog)==GTK_RESPONSE_ACCEPT){
|
|
|
|
|
|