Changeset c329f4d in sasview for sansview/local_config.py
- Timestamp:
- Aug 20, 2012 6:54:46 PM (12 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:
- a338547
- Parents:
- 5401f2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/local_config.py
r204548c rc329f4d 9 9 10 10 # Version of the application 11 __appname__ = "Sa nsView"11 __appname__ = "SasView" 12 12 __version__ = sans.sansview.__version__ 13 13 __build__ = sans.sansview.__build__ … … 59 59 60 60 #edit the list of file state your plugin can read 61 APPLICATION_WLIST = 'Sa nsView files (*.svs)|*.svs'61 APPLICATION_WLIST = 'SasView files (*.svs)|*.svs' 62 62 APPLICATION_STATE_EXTENSION = '.svs' 63 63 GUIFRAME_WIDTH = 1150 … … 90 90 SetupIconFile_win = os.path.join(icon_path, "ball.ico") 91 91 SetupIconFile_mac = os.path.join(icon_path, "ball.icns") 92 DefaultGroupName = " DANSE"93 OutputBaseFilename = "setupSa nsView"92 DefaultGroupName = "." 93 OutputBaseFilename = "setupSasView" 94 94 95 95 FIXED_PANEL = True
Note: See TracChangeset
for help on using the changeset viewer.