Commit 46baf3aae84385695200134781945772b4501c3d
- Diff rendering mode:
- inline
- side by side
NEWS
(1 / 0)
|   | |||
| 1 | 0.5.1 (2 September 2010) | ||
| 1 | 2 | * Fixed saving of objects when tile width is different from tile height | |
| 2 | 3 | * Updated Czech translation | |
| 3 | 4 |
src/tiled/main.cpp
(1 / 1)
|   | |||
| 107 | 107 | ||
| 108 | 108 | a.setOrganizationDomain(QLatin1String("mapeditor.org")); | |
| 109 | 109 | a.setApplicationName(QLatin1String("Tiled")); | |
| 110 | a.setApplicationVersion(QLatin1String("0.5.0")); | ||
| 110 | a.setApplicationVersion(QLatin1String("0.5.1")); | ||
| 111 | 111 | #ifdef Q_WS_MAC | |
| 112 | 112 | a.setAttribute(Qt::AA_DontShowIconsInMenus); | |
| 113 | 113 | #endif |

