Ignore:
Timestamp:
Apr 6, 2017 10:20:15 AM (7 years ago)
Author:
wojciech
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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
094b9eb, 42281cc
Parents:
a2e980b
Message:

bmp and gif files converted to png

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/basepage.py

    red2276f r6aad2e8  
    27862786    def _on_mag_angle_help(self, event): 
    27872787        """ 
    2788         Bring up Magnetic Angle definition bmp image whenever the ? button 
     2788        Bring up Magnetic Angle definition.png image whenever the ? button 
    27892789        is clicked. Calls DocumentationWindow with the path of the location 
    27902790        within the documentation tree (after /doc/ ....". When using old 
     
    28002800        """ 
    28012801 
    2802         _TreeLocation = "_images/M_angles_pic.bmp" 
     2802        _TreeLocation = "_images/M_angles_pic.png" 
    28032803        _doc_viewer = DocumentationWindow(self, wx.ID_ANY, _TreeLocation, "", 
    28042804                                          "Magnetic Angle Defintions") 
     
    28062806    def _on_mag_help(self, event): 
    28072807        """ 
    2808         Bring up Magnetic Angle definition bmp image whenever the ? button 
     2808        Bring up Magnetic Angle definition.png image whenever the ? button 
    28092809        is clicked. Calls DocumentationWindow with the path of the location 
    28102810        within the documentation tree (after /doc/ ....". When using old 
Note: See TracChangeset for help on using the changeset viewer.