diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-14 21:52:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-14 21:52:48 +0300 |
commit | b6f72a52c7a000f146c5aff3ab8318293cbb1c42 (patch) | |
tree | bf876ac815cc99fa9102cc2da965c98ca588e889 /src/const/gui | |
parent | 6db83b4ee1c20162a9dd31428cbc36ce7405352d (diff) | |
download | plus-b6f72a52c7a000f146c5aff3ab8318293cbb1c42.tar.gz plus-b6f72a52c7a000f146c5aff3ab8318293cbb1c42.tar.bz2 plus-b6f72a52c7a000f146c5aff3ab8318293cbb1c42.tar.xz plus-b6f72a52c7a000f146c5aff3ab8318293cbb1c42.zip |
Fix crash in setup input page with name gui.
Diffstat (limited to 'src/const/gui')
-rw-r--r-- | src/const/gui/pages.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/const/gui/pages.h b/src/const/gui/pages.h new file mode 100644 index 000000000..bd2efd19c --- /dev/null +++ b/src/const/gui/pages.h @@ -0,0 +1,30 @@ +/* + * The ManaPlus Client + * Copyright (C) 2009 The Mana World Development Team + * Copyright (C) 2009-2010 The Mana Developers + * Copyright (C) 2011-2016 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef CONST_GUI_PAGES_H +#define CONST_GUI_PAGES_H + +#include "localconsts.h" + +const int SETUP_PAGES = 10; + +#endif // CONST_GUI_PAGES_H |