Ignore:
Timestamp:
04/22/12 14:21:23 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The dialogs now have a proper parent window and title

File:
1 edited

Legend:

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

    r97 r105  
    11# Common things for the GUI
     2
     3import mlx.const as _const
    24
    35import os
     
    148150
    149151#------------------------------------------------------------------------------
     152
     153WINDOW_TITLE_BASE = "MAVA Logger X " + _const.VERSION
     154
     155#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.