Ignore:
Timestamp:
06/18/17 17:44:54 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The briefing can be printed from the program (re #307)

File:
1 edited

Legend:

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

    r858 r863  
    637637#------------------------------------------------------------------------------
    638638
    639 def errroDialog(message, parent = None, secondary = None,
     639def errorDialog(message, parent = None, secondary = None,
    640640                title = WINDOW_TITLE_BASE):
    641641    """Display an error dialog box with the given message."""
     
    655655def communicationErrorDialog(parent = None, title = WINDOW_TITLE_BASE):
    656656    """Display a communication error dialog."""
    657     errroDialog(xstr("error_communication"), parent = parent,
     657    errorDialog(xstr("error_communication"), parent = parent,
    658658                secondary = xstr("error_communication_secondary"),
    659659                title = title)
Note: See TracChangeset for help on using the changeset viewer.