diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-08-30 16:40:17 +0200 |
---|---|---|
committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-08-30 16:40:17 +0200 |
commit | 01a35a4b243c288a3c5f74abbfc73204c9e45f54 (patch) | |
tree | 97a6947b5d2daa79c56465e998f906004e8a08df /src/gui/debugwindow.cpp | |
parent | ab0d3af8a9ff299ed766f17eef2e662de41c4d69 (diff) | |
download | mana-01a35a4b243c288a3c5f74abbfc73204c9e45f54.tar.gz mana-01a35a4b243c288a3c5f74abbfc73204c9e45f54.tar.bz2 mana-01a35a4b243c288a3c5f74abbfc73204c9e45f54.tar.xz mana-01a35a4b243c288a3c5f74abbfc73204c9e45f54.zip |
Fixed a style error.
Diffstat (limited to 'src/gui/debugwindow.cpp')
-rw-r--r-- | src/gui/debugwindow.cpp | 2 |
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); |