~ubuntu-branches/debian/squeeze/wesnoth/squeeze

« back to all changes in this revision

Viewing changes to src/addon_management.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-05-12 13:29:16 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090512132916-bgkt39050c3n502q
Tags: 1:1.6.2-1
* New upstream release.
* Patch refreshed.
* Updated wqy-zenhei overrides entry.
* Added wesnoth-sof overrides entry for I in description.
* Actually get the overrides file installed through dh_lintian, naming the
  files accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: addon_management.cpp 33405 2009-03-08 00:35:27Z shadowmaster $ */
 
1
/* $Id: addon_management.cpp 35256 2009-04-27 13:51:13Z soliton $ */
2
2
/*
3
3
   Copyright (C) 2003 - 2008 by David White <dave@whitevine.net>
4
4
                 2008 - 2009 by Ignacio R. Morelle <shadowm2006@gmail.com>
450
450
                                                                                                count_missing);
451
451
                        /* GCC-3.3 needs a temp var otherwise compilation fails */
452
452
                        gui::dialog dlg(disp, msg_title, msg_entrytxt + "\n" + missing +
453
 
                                        "\n" + _("Do you still want to download it?"), gui::OK_CANCEL);
 
453
                                        "\n" + _("Do you want to download this add-on? (You will still have to install the dependencies in order to play.)"), gui::OK_CANCEL);
454
454
                        if (dlg.show())
455
455
                                return false;
456
456
                }