diff options
| author | xalduin <xalduin@gmail.com> | 2010-06-03 13:32:15 -0400 |
|---|---|---|
| committer | xalduin <xalduin@gmail.com> | 2010-06-03 13:32:15 -0400 |
| commit | 8b15558f5d8e51d76a4d74254d2173297db61082 (patch) | |
| tree | ac331fa8f6fcfc081454114eb5ed133ee1cac540 /src/game/client/components/menus_demo.cpp | |
| parent | 3fff61d24aebd77dc6feb289595620e114730c86 (diff) | |
| parent | 551170656d84ebdc4e801bc0187b397646ea3c3b (diff) | |
| download | zcatch-8b15558f5d8e51d76a4d74254d2173297db61082.tar.gz zcatch-8b15558f5d8e51d76a4d74254d2173297db61082.zip | |
Merge remote branch 'upstream/master
Diffstat (limited to 'src/game/client/components/menus_demo.cpp')
| -rw-r--r-- | src/game/client/components/menus_demo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus_demo.cpp b/src/game/client/components/menus_demo.cpp index 62c03a92..f3a6bc88 100644 --- a/src/game/client/components/menus_demo.cpp +++ b/src/game/client/components/menus_demo.cpp @@ -452,7 +452,7 @@ void CMenus::RenderDemoList(CUIRect MainView) { const char *pError = Client()->DemoPlayer_Play(m_lDemos[s_SelectedItem].m_aFilename); if(pError) - PopupMessage(Localize("Error"), pError, Localize("Ok")); + PopupMessage(Localize("Error"), Localize(pError), Localize("Ok")); } } |