Home
last modified time | relevance | path

Searched refs:m_init_filename (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/dialogs/
H A DFileDlg.h182 std::string m_init_filename; ///< filename passed to constructor variable
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/dialogs/
H A DFileDlg.cpp161 m_init_filename(filename) in FileDlg()
230 if (!m_init_filename.empty()) { in CompleteConstruction()
231 fs::path filename_path = fs::system_complete(fs::path(m_init_filename)); in CompleteConstruction()