summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-08-30 16:40:17 +0200
committerPhilipp Sehmisch <crush@themanaworld.org>2009-08-30 16:40:17 +0200
commit01a35a4b243c288a3c5f74abbfc73204c9e45f54 (patch)
tree97a6947b5d2daa79c56465e998f906004e8a08df /src/gui
parentab0d3af8a9ff299ed766f17eef2e662de41c4d69 (diff)
downloadMana-01a35a4b243c288a3c5f74abbfc73204c9e45f54.tar.gz
Mana-01a35a4b243c288a3c5f74abbfc73204c9e45f54.tar.bz2
Mana-01a35a4b243c288a3c5f74abbfc73204c9e45f54.tar.xz
Mana-01a35a4b243c288a3c5f74abbfc73204c9e45f54.zip
Fixed a style error.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/debugwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/debugwindow.cpp b/src/gui/debugwindow.cpp
index 5705a434..5eefe9e2 100644
--- a/src/gui/debugwindow.cpp
+++ b/src/gui/debugwindow.cpp
@@ -51,7 +51,7 @@ DebugWindow::DebugWindow():
mMapLabel = new Label(strprintf(_("Map: %s"), ""));
mMinimapLabel = new Label(strprintf(_("Minimap: %s"), ""));
mTileMouseLabel = new Label(strprintf(_("Tile: (%d, %d)"), 0, 0));
- mParticleCountLabel = new Label(strprintf(_("Particle count: _____"), 0));
+ mParticleCountLabel = new Label(strprintf(_("Particle count: _____")));
place(0, 0, mFPSLabel, 3);
place(3, 0, mTileMouseLabel);