Fixed preference dialog behavior
This commit is contained in:
parent
e4aff5b08a
commit
dab2652cb5
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ void add_config_menu(wxMenuBar *menu, int event_preferences_changed, int event_l
|
||||||
|
|
||||||
void add_menus(wxMenuBar *menu, int event_preferences_changed, int event_language_change)
|
void add_menus(wxMenuBar *menu, int event_preferences_changed, int event_language_change)
|
||||||
{
|
{
|
||||||
add_config_menu(menu, event_language_change, event_language_change);
|
add_config_menu(menu, event_preferences_changed, event_language_change);
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is called when closing the application, when loading a config file or when starting the config wizard
|
// This is called when closing the application, when loading a config file or when starting the config wizard
|
||||||
|
|
Loading…
Add table
Reference in a new issue