mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Default file open dir on linux set to cwd
This commit is contained in:
parent
5e51ded9a9
commit
77285785fb
@ -143,12 +143,12 @@ RiaApplication::RiaApplication(int& argc, char** argv)
|
||||
m_socketServer = new RiaSocketServer( this);
|
||||
m_workerProcess = NULL;
|
||||
|
||||
|
||||
m_startupDefaultDirectory = QDir::homePath();
|
||||
|
||||
#ifdef WIN32
|
||||
//m_startupDefaultDirectory += "/My Documents/";
|
||||
m_startupDefaultDirectory = QDir::homePath();
|
||||
#else
|
||||
m_startupDefaultDirectory = QDir::currentPath();
|
||||
#endif
|
||||
|
||||
setDefaultFileDialogDirectory("MULTICASEIMPORT", "/");
|
||||
|
||||
// The creation of a font is time consuming, so make sure you really need your own font
|
||||
|
Loading…
Reference in New Issue
Block a user