summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-12Moved client version string creation to preprocessorBjørn1-3/+2
2009-04-12Merge version strings, add version to setup, etcJared Adams1-0/+8
All instances of version strings should now use the same text. The version label was moved from main.cpp to Desktop. A new version label was added to SetupDialog to make it easier to get the version if you are already in game.
2009-04-10Introduced a Desktop widget to handle the wallpaperBjørn Lindeijer1-0/+95
Cleans up main.cpp a little.