Changeset 4796 for branch/PacketManipulator/PM/Manager/PreferenceManager.py
- Timestamp:
- 05/16/09 17:52:30 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branch/PacketManipulator/PM/Manager/PreferenceManager.py
r4795 r4796 175 175 class Prefs(Singleton): 176 176 options = { 177 'gui.docking' : True,177 'gui.docking' : 'moo', 178 178 'gui.expander.standard' : False, 179 179 'gui.maintab.sniffview.font' : 'Monospace 10', … … 206 206 207 207 'plugins.paths' : os.pathsep.join((PM_PLUGINS_DIR, PLUGINS_DIR)), 208 'plugins.enabled' : '' 208 'plugins.enabled' : '', 209 210 'system.check_pyver' : True, 211 'system.check_root' : True, 209 212 } 210 213
