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

Added support for a secondary instance (#157)

File:
1 edited

Legend:

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

    r362 r373  
    22import mlx.const as _const
    33from mlx.i18n import xstr
     4
     5from mlx.util import secondaryInstallation
    46
    57import os
     
    262264
    263265WINDOW_TITLE_BASE = PROGRAM_NAME + " " + _const.VERSION
     266if secondaryInstallation:
     267    WINDOW_TITLE_BASE += " (" + xstr("secondary") + ")"
    264268
    265269#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.