diff options
Diffstat (limited to 'ui/MainDialog.h')
-rw-r--r-- | ui/MainDialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/MainDialog.h b/ui/MainDialog.h index 3bc4c590..3ef7dbf5 100644 --- a/ui/MainDialog.h +++ b/ui/MainDialog.h @@ -136,6 +136,7 @@ private: void OnMenuQuit( wxCommandEvent& event); void OnMenuLangEnglish( wxCommandEvent& event); void OnMenuLangGerman( wxCommandEvent& event); + void OnMenuLangFrench( wxCommandEvent& event); void enableSynchronization(bool value); @@ -227,7 +228,7 @@ public: void updateProcessedData(int objectsProcessed, double dataProcessed); int reportError(const wxString& text); - void triggerUI_Refresh(); + void triggerUI_Refresh(bool asyncProcessActive); private: MainDialog* mainDialog; @@ -248,7 +249,7 @@ public: void updateProcessedData(int objectsProcessed, double dataProcessed); int reportError(const wxString& text); - void triggerUI_Refresh(); + void triggerUI_Refresh(bool asyncProcessActive); private: SyncStatus* syncStatusFrame; |