From 9fb19be1340cc5e233d34115d3053395f1b48fc9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 12 Feb 2009 15:17:10 +0000 Subject: (svn r15457) -Fix: typo in stringid. --- src/graph_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph_gui.cpp') diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp index 35472fee3..aeb75668f 100644 --- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -982,7 +982,7 @@ public: /* Draw the score */ SetDParam(0, score); - DrawStringRightAligned(107, y, SET_PERFORMANCE_DETAIL_INT, TC_FROMSTRING); + DrawStringRightAligned(107, y, STR_PERFORMANCE_DETAIL_INT, TC_FROMSTRING); /* Calculate the %-bar */ x = Clamp(val, 0, needed) * 50 / needed; -- cgit v1.2.3-54-g00ecf