Restored ability to save LastSaveAsPath lost during conversion to multi-tab interface. Added options for SaveAs dialog size

This commit is contained in:
sashavasko
2010-05-03 18:19:35 -06:00
parent bd4e9bea0f
commit 120c17be01
3 changed files with 11 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ class Options {
Glib::ustring startupPath;
Glib::ustring profilePath;
Glib::ustring lastSaveAsPath;
int saveAsDialogWidth;
int saveAsDialogHeight;
int toolPanelWidth;
int browserToolPanelWidth;
int historyPanelWidth;