We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6632444 commit 58eca29Copy full SHA for 58eca29
Options.cpp
@@ -67,6 +67,7 @@ void Options::Write()
67
WriteBool(s_szOptions, s_szShow, _showConsoleDlg);
68
WriteBool(s_szOptions, s_szToolbarIcon, _toolbarIcon);
69
WriteBool(s_szOptions, s_szIndent, _indentSnippet);
70
+ WriteString(s_szOptions, s_szDBFile, _DBFile.c_str());
71
WriteString(s_szOptions, s_szVersion, VERSION_NUMBER_WSTR);
72
}
73
0 commit comments