Changeset f53cd30 in sasview for sasview/local_config.py


Ignore:
Timestamp:
Feb 19, 2015 2:08:49 AM (9 years ago)
Author:
krzywon
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:
83eff66
Parents:
e1251ef
Message:

Created and implemented an acknowledgement window that can be accessed
under the Help menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/local_config.py

    r3a39c2e rf53cd30  
    77import sas.sasview 
    88import logging 
     9from sas.guiframe.config import _do_acknowledge 
    910 
    1011# Version of the application 
     
    2930# About box info 
    3031_do_aboutbox = True 
     32_do_acknowledge = True 
    3133_do_tutorial = True 
     34_acknowledgement_preamble =\ 
     35'''If you found this software useful to your work please remember to acknowledge  
     36its use in your publications as suggested below and reference the SasView website:  
     37http://www.sasview.org/index.html. Please also consider letting us know by sending us the  
     38reference to your work. This will help us to ensure the long term support and  
     39development of the software. 
     40''' 
     41_acknowledgement_publications = \ 
     42'''This work originally developed as part of the DANSE project funded by the NSF 
     43under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS  
     44and ILL. 
     45''' 
    3246_acknowledgement =  \ 
    3347'''This work originally developed as part of the DANSE project funded by the NSF 
Note: See TracChangeset for help on using the changeset viewer.