Ignore:
Timestamp:
06/06/12 17:19:08 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Minor fixes and added the screenshots for the English manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/monitor.py

    r209 r228  
    1919
    2020        self.set_resizable(False)
    21         self.set_title("MAVA Logger X " + const.VERSION + " - Data Monitor")
     21        self.set_title(WINDOW_TITLE_BASE + " - Data Monitor")
    2222        self.set_icon_from_file(os.path.join(iconDirectory, "logo.ico"))
    2323        self.connect("delete-event",
Note: See TracChangeset for help on using the changeset viewer.