Last change
on this file since 91 was
87,
checked in by laleppa, 15 years ago
|
+ Added Fractional accuracy (in decimail places) to settings.
+ Created defaults.h file. Moved all default defines there.
- Replaced all double types with qreal.
- Replaced all calls to trUtf8() with tr() as we use setCodecForTr() to set UTF-8 encoding as default and tr() is enough.
- Replaced all 2009 with 2010 in copyrights.
- Fixed an error when loading .zkt file with less than 5 cities.
|
-
Property svn:keywords set to
Id URL
|
File size:
1.0 KB
|
Rev | Line | |
---|
[67] | 1 | /*! |
---|
| 2 | * \file resource.h |
---|
[87] | 3 | * \author Copyright (C) 2007-2010 Lёppa <contacts[at]oleksii[dot]name> |
---|
[17] | 4 | * |
---|
| 5 | * $Id: resource.h 87 2010-01-12 14:11:24Z laleppa $ |
---|
| 6 | * $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/src/resource.h $ |
---|
| 7 | * |
---|
[67] | 8 | * \brief Contains windows resource IDs. |
---|
| 9 | * |
---|
| 10 | * <b>TSPSG: TSP Solver and Generator</b> |
---|
| 11 | * |
---|
[17] | 12 | * This file is part of TSPSG. |
---|
[64] | 13 | * |
---|
| 14 | * TSPSG is free software: you can redistribute it and/or modify |
---|
| 15 | * it under the terms of the GNU General Public License as published by |
---|
| 16 | * the Free Software Foundation, either version 3 of the License, or |
---|
| 17 | * (at your option) any later version. |
---|
| 18 | * |
---|
| 19 | * TSPSG is distributed in the hope that it will be useful, |
---|
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 22 | * GNU General Public License for more details. |
---|
| 23 | * |
---|
| 24 | * You should have received a copy of the GNU General Public License |
---|
| 25 | * along with TSPSG. If not, see <http://www.gnu.org/licenses/>. |
---|
[17] | 26 | */ |
---|
| 27 | |
---|
[42] | 28 | #include "version.h" |
---|
| 29 | |
---|
[66] | 30 | //! Version information resource ID |
---|
[42] | 31 | #define VS_VERSION_INFO 1 |
---|
[66] | 32 | //! Main application icon resource ID |
---|
[17] | 33 | #define IDI_APPICON 101 |
---|
Note: See
TracBrowser
for help on using the repository browser.