Changeset 8e3dc19 in sasview for prview


Ignore:
Timestamp:
Aug 12, 2011 4:33:09 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
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
Message:

control menu differently on app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prview/local_config.py

    r807560b r8e3dc19  
    88# Version of the application 
    99__appname__ = "PrView" 
    10 __version__ = '0.3.0' 
     10__version__ = '0.9.1' 
    1111__download_page__ = 'http://danse.chem.utk.edu' 
    1212__update_URL__ = 'http://danse.chem.utk.edu/prview_version.php' 
     
    7575DATALOADER_SHOW = True 
    7676CLEANUP_PLOT = False 
    77 WELCOME_PANEL_SHOW = False 
     77WELCOME_PANEL_ON = False 
    7878#Show or hide toolbar at the start up 
    7979TOOLBAR_SHOW = True 
    8080#Open Save project menu 
    81 OPEN_SAVE_PROJECT_MENU = True 
     81OPEN_SAVE_PROJECT_MENU = False 
    8282#VIEW MENU 
    8383VIEW_MENU = True 
Note: See TracChangeset for help on using the changeset viewer.