Diff

Not logged in

Differences From Artifact [6b590b6d15780424]:

To Artifact [7e2055bca5da9935]:


115 115 116 void kiIniFile::setFileName( const char* ini, bool exepath ) 116 void kiIniFile::setFileName( const char* ini, bool exepath ) 117 { 117 { 118 if( !exepath ) 118 if( !exepath ) 119 m_FileName = ""; 119 m_FileName = ""; 120 else 120 else 121 { 121 { 122 m_FileName.beSpecialPath( kiPath.Exe ); | 122 m_FileName.beSpecialPath( kiPath::Exe ); 123 m_FileName.beBackSlash( true ); 123 m_FileName.beBackSlash( true ); 124 } 124 } 125 m_FileName += ini; 125 m_FileName += ini; 126 } 126 } 127 127 128 128 129 //--------------------------- ini:readŒn ----------------------------// 129 //--------------------------- ini:readŒn ----------------------------//