Ignore:
Timestamp:
06/06/12 17:19:08 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Minor fixes and added the screenshots for the English manual

Location:
src/mlx/gui
Files:
2 edited

Legend:

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

    r227 r228  
    215215PROGRAM_NAME = "MAVA Logger X"
    216216
    217 WINDOW_TITLE_BASE = PROGRAM_NAME + " " + _const.VERSION
     217WINDOW_TITLE_BASE = PROGRAM_NAME # + " " + _const.VERSION
    218218
    219219#------------------------------------------------------------------------------
  • 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.