remember 9 recent sets instead of only 4

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1043 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-08-03 20:02:49 +00:00
parent 95b5fa67a2
commit d969ae96bd
+1 -1
View File
@@ -124,7 +124,7 @@ class Settings {
// --------------------------------------------------- : Recently opened sets
vector<String> recent_sets;
static const UInt max_recent_sets = 4; // store this many recent sets
static const UInt max_recent_sets = 9; // store this many recent sets
/// Add a file to the list of recent files
void addRecentFile(const String& filename);