Temporary changes and code cleaning

This commit is contained in:
YuSanka 2018-10-03 15:14:52 +02:00
parent 9ce9b87e81
commit 8f6e3cc43b
11 changed files with 92 additions and 281 deletions

View file

@ -42,6 +42,8 @@ enum ConfigMenuIDs {
class Tab;
static wxString dots("", wxConvUTF8);
class GUI_App : public wxApp
{
bool no_plater{ false };
@ -112,6 +114,7 @@ public:
void get_installed_languages(wxArrayString & names, wxArrayLong & identifiers);
ConfigMenuIDs get_view_mode();
void update_mode();
void add_config_menu(wxMenuBar *menu);
bool check_unsaved_changes();