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/update.py

    r38 r105  
    3939
    4040        Updater._progressWindow = window = gtk.Window()
    41         window.set_title("MAVA Logger X " + const.VERSION + " Update")
     41        window.set_title(WINDOW_TITLE_BASE + " Update")
    4242        window.set_transient_for(parentWindow)
    4343        #win.set_icon_from_file(os.path.join(iconDirectory, "logo.ico"))
     
    7272
    7373        Updater._sudoDialog = sudoDialog = \
    74             gtk.Dialog("MAVA Logger X " + const.VERSION + " Update",
     74            gtk.Dialog(WINDOW_TITLE_BASE + " Update",
    7575                       parentWindow,
    7676                       gtk.DialogFlags.MODAL if pygobject else gtk.DIALOG_MODAL,
Note: See TracChangeset for help on using the changeset viewer.