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

« back to all changes in this revision

Viewing changes to src/gui/didyouknowwindow.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:
122
122
    }
123
123
}
124
124
 
125
 
void DidYouKnowWindow::handleLink(const std::string &link A_UNUSED,
 
125
void DidYouKnowWindow::handleLink(const std::string &link,
126
126
                                  gcn::MouseEvent *event A_UNUSED)
127
127
{
128
128
    if (strStartWith(link, "http://") || strStartWith(link, "https://"))