This commit is contained in:
ghorvath
2010-04-16 10:29:18 +00:00
parent 71b74bbfd2
commit 68c4f03a59
205 changed files with 7112 additions and 15069 deletions

View File

@@ -65,6 +65,8 @@ class Options {
int toolPanelWidth;
int browserToolPanelWidth;
int historyPanelWidth;
int windowWidth;
int windowHeight;
int dirBrowserWidth;
int dirBrowserHeight;
int lastScale;
@@ -127,6 +129,8 @@ class Options {
int saveToFile (Glib::ustring fname);
static void load ();
static void save ();
bool is_extention_enabled(Glib::ustring ext);
};
extern Options options;