Changeset 373:cf2b6b8a3973 for src/mlx/gui
- Timestamp:
- 12/18/12 10:08:43 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/common.py
r362 r373 2 2 import mlx.const as _const 3 3 from mlx.i18n import xstr 4 5 from mlx.util import secondaryInstallation 4 6 5 7 import os … … 262 264 263 265 WINDOW_TITLE_BASE = PROGRAM_NAME + " " + _const.VERSION 266 if secondaryInstallation: 267 WINDOW_TITLE_BASE += " (" + xstr("secondary") + ")" 264 268 265 269 #------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.