Ignore:
Timestamp:
04/01/13 12:00:55 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the ID of the ticket to the reply dialog (re #190)

File:
1 edited

Legend:

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

    r490 r491  
    14151415            if result.success:
    14161416                type = MESSAGETYPE_INFO
    1417                 messageFormat = xstr("sendBugReport_success")
     1417                messageFormat = xstr("sendBugReport_success") % (result.ticketID,)
    14181418                secondaryMarkup = xstr("sendBugReport_success_sec")
    14191419            else:
Note: See TracChangeset for help on using the changeset viewer.