From c9181484b53f5b1a05a8a952f88416fd7d095d67 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sun, 30 Aug 2009 16:38:09 +0200 Subject: Particle count is again displayed properly in debug window (was cut off by layout manager) --- src/gui/debugwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/debugwindow.cpp') diff --git a/src/gui/debugwindow.cpp b/src/gui/debugwindow.cpp index 59c0f254..5705a434 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: %d"), 0)); + mParticleCountLabel = new Label(strprintf(_("Particle count: _____"), 0)); place(0, 0, mFPSLabel, 3); place(3, 0, mTileMouseLabel); -- cgit v1.2.3-60-g2f50