Fix for not working russian localisation for 'Operation succeeded' label

pull/45/head
parent 140e055b02
commit 2607caa86d

@ -453,7 +453,9 @@ void on_language_changed(GtkComboBox *self, main_window *widgets){
} }
void on_terminal_command_ended(VteTerminal *terminal, gint status, domain_info_window *window){ void on_terminal_command_ended(VteTerminal *terminal, gint status, domain_info_window *window){
textdomain(template_ui_LocaleName);
yon_ubl_status_box_spawn_infinite(GTK_CONTAINER(window->StatusBox),"success",SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE); yon_ubl_status_box_spawn_infinite(GTK_CONTAINER(window->StatusBox),"success",SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE);
textdomain(LocaleName);
} }
domain_info_window *yon_information_window_new(){ domain_info_window *yon_information_window_new(){

Loading…
Cancel
Save