diff --git a/EXE_General.cpp b/EXE_General.cpp index bf48363..11a27e2 100644 --- a/EXE_General.cpp +++ b/EXE_General.cpp @@ -227,6 +227,17 @@ ExeSetIniFile( const string& sIniFile) return true ; } +//----------------------------------------------------------------------------- +bool +ExeGetIniFile( string& sIniFile) +{ + if ( &sIniFile == nullptr) + return false ; + // recupero il nome del font di default + sIniFile = s_sIniFile ; + return true ; +} + //----------------------------------------------------------------------------- bool ExeSetCommandLogger( const string& sLogFile)