From 88c8801298cbf6fec9cdce254c7b3cb9e066a421 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:09:45 +0200 Subject: 3.13 --- RealtimeSync/main_dlg.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'RealtimeSync/main_dlg.h') diff --git a/RealtimeSync/main_dlg.h b/RealtimeSync/main_dlg.h index 22c39146..7f052e39 100644 --- a/RealtimeSync/main_dlg.h +++ b/RealtimeSync/main_dlg.h @@ -1,7 +1,7 @@ // ************************************************************************** // * This file is part of the FreeFileSync project. It is distributed under * // * GNU General Public License: http://www.gnu.org/licenses/gpl.html * -// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) * +// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) * // ************************************************************************** // #ifndef REALTIMESYNCMAIN_H @@ -44,7 +44,7 @@ private: class MainDialog: public MainDlgGenerated { public: - MainDialog(wxDialog *dlg, const wxString& cfgFilename); + MainDialog(wxDialog *dlg, const wxString& cfgFileName); ~MainDialog(); void loadConfig(const wxString& filename); @@ -64,6 +64,7 @@ private: void setConfiguration(const xmlAccess::XmlRealConfig& cfg); xmlAccess::XmlRealConfig getConfiguration(); + void setLastUsedConfig(const wxString& filename); void layoutAsync(); //call Layout() asynchronously @@ -76,6 +77,8 @@ private: std::auto_ptr dirNameFirst; std::vector dirNamesExtra; //additional pairs to the standard pair + + wxString currentConfigFileName; }; #endif // REALTIMESYNCMAIN_H -- cgit