~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/net/ea/tradehandler.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
                confirmDlg = new ConfirmDialog(_("Request for Trade"),
104
104
                    // TRANSLATORS: trade message
105
105
                    strprintf(_("%s wants to trade with you, do"
106
 
                    " you accept?"), tradePartnerName.c_str()), true);
 
106
                    " you accept?"), tradePartnerName.c_str()),
 
107
                    SOUND_REQUEST, true);
107
108
                confirmDlg->addActionListener(&listener);
108
109
            }
109
110
            else