|
|
|
|
@ -499,9 +499,7 @@ char *yon_custom_config_init(GtkFileChooserAction type){
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
void on_save_parameters(GtkWidget *self, template_saving_window *window){
|
|
|
|
|
textdomain(template_ui_LocaleName);
|
|
|
|
|
yon_ubl_status_box_render(SAVE_PROCESS_LABEL,BACKGROUND_IMAGE_INFO_TYPE);
|
|
|
|
|
textdomain(template_app_information.app_locale);
|
|
|
|
|
yon_ubl_status_box_render(yon_char_get_localised_from_lib(SAVE_PROCESS_LABEL),BACKGROUND_IMAGE_INFO_TYPE);
|
|
|
|
|
|
|
|
|
|
int saved_size;
|
|
|
|
|
struct loaded_config *saved_parameters = yon_save_window_get_saved_parameters(window);
|
|
|
|
|
|