- Added a best-effort preferences dialog:
the user may now add plugin directories, policy directories, and set the simulation speed. - Added some menu voice to the main window. git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@872 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
047f0b8f86
commit
cfd7a025db
8 changed files with 1449 additions and 633 deletions
|
@ -32,7 +32,7 @@ using namespace sgpem;
|
|||
template class SG_DLLEXPORT Singleton<GlobalPreferences>;
|
||||
|
||||
GlobalPreferences::GlobalPreferences()
|
||||
: _mod_dirs(1, PLUGDIR), _pol_dirs(1, POLDIR)
|
||||
: _mod_dirs(1, PLUGDIR), _pol_dirs(1, POLDIR), _speed(1000)
|
||||
{}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue