Changeset 232:e8102d6ba023


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

Fixed the window titles

File:
1 edited

Legend:

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

    r228 r232  
    215215PROGRAM_NAME = "MAVA Logger X"
    216216
    217 WINDOW_TITLE_BASE = PROGRAM_NAME # + " " + _const.VERSION
     217WINDOW_TITLE_BASE = PROGRAM_NAME + " " + _const.VERSION
    218218
    219219#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.