- Timestamp:
- Aug 12, 2011 4:33:09 PM (14 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- b52cf23
- Parents:
- 889de4d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prview/local_config.py
r807560b r8e3dc19 8 8 # Version of the application 9 9 __appname__ = "PrView" 10 __version__ = '0. 3.0'10 __version__ = '0.9.1' 11 11 __download_page__ = 'http://danse.chem.utk.edu' 12 12 __update_URL__ = 'http://danse.chem.utk.edu/prview_version.php' … … 75 75 DATALOADER_SHOW = True 76 76 CLEANUP_PLOT = False 77 WELCOME_PANEL_ SHOW= False77 WELCOME_PANEL_ON = False 78 78 #Show or hide toolbar at the start up 79 79 TOOLBAR_SHOW = True 80 80 #Open Save project menu 81 OPEN_SAVE_PROJECT_MENU = True81 OPEN_SAVE_PROJECT_MENU = False 82 82 #VIEW MENU 83 83 VIEW_MENU = True
Note: See TracChangeset
for help on using the changeset viewer.