Changeset c329f4d in sasview for sansview/local_config.py


Ignore:
Timestamp:
Aug 20, 2012 6:54:46 PM (12 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:
a338547
Parents:
5401f2a
Message:

changed sansview name to sansview (gui only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/local_config.py

    r204548c rc329f4d  
    99 
    1010# Version of the application 
    11 __appname__ = "SansView" 
     11__appname__ = "SasView" 
    1212__version__ = sans.sansview.__version__ 
    1313__build__ = sans.sansview.__build__ 
     
    5959 
    6060#edit the list of file state your plugin can read 
    61 APPLICATION_WLIST = 'SansView files (*.svs)|*.svs' 
     61APPLICATION_WLIST = 'SasView files (*.svs)|*.svs' 
    6262APPLICATION_STATE_EXTENSION = '.svs' 
    6363GUIFRAME_WIDTH = 1150 
     
    9090SetupIconFile_win = os.path.join(icon_path, "ball.ico") 
    9191SetupIconFile_mac = os.path.join(icon_path, "ball.icns") 
    92 DefaultGroupName = "DANSE" 
    93 OutputBaseFilename = "setupSansView" 
     92DefaultGroupName = "." 
     93OutputBaseFilename = "setupSasView" 
    9494 
    9595FIXED_PANEL = True 
Note: See TracChangeset for help on using the changeset viewer.