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

« back to all changes in this revision

Viewing changes to src/gui/shopwindow.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
    if (!list)
477
477
        return;
478
478
 
479
 
    std::string data = "\302\202";
 
479
    std::string data("\302\202");
480
480
    if (mode == BUY)
481
481
        data.append("Buy ");
482
482
    else
537
537
    if (!checkFloodCounter(mLastRequestTimeList))
538
538
        return;
539
539
 
540
 
    std::string data = "\302\202";
 
540
    std::string data("\302\202");
541
541
 
542
542
    ShopItems *list;
543
543
    if (mode == BUY)