Ignore:
Timestamp:
08/23/10 15:14:21 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (1801)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: A name of a button on toolbar changed to "notation"

Test Programs:

Put in Release Notes: No

Module(s): asap plotter

Description:

+ A name of a button on toolbar changed from "note" to "notation"
+ osx GUI handlings
+ workaround for old matplotlib


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/casatoolbar.py

    r1885 r1888  
    200200                                   command=self.stat_cal)
    201201        self.bNote=self._NewButton(master=self,
    202                                    text=' note ',
     202                                   text='notation',
    203203                                   command=self.modify_note)
    204204        self.bQuit=self._NewButton(master=self,
Note: See TracChangeset for help on using the changeset viewer.