From d6170c086f9698fcca8f787a3c1fb99f60cfdb0b Mon Sep 17 00:00:00 2001 From: thilo Date: Sun, 2 Oct 2011 12:13:56 +0000 Subject: [PATCH] *neutrino hintbox: use english avoids problems with text formatting git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1737 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/widget/hintbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/hintbox.cpp b/src/gui/widget/hintbox.cpp index 418f3fc22..a83d41b59 100644 --- a/src/gui/widget/hintbox.cpp +++ b/src/gui/widget/hintbox.cpp @@ -291,7 +291,7 @@ int ShowHintUTF(const char * const Caption, const char * const Text, const int W if (res & messages_return::unhandled) { - // raus hier und darüber behandeln... + // leave here and handle above... g_RCInput->postMsg(msg, data); res = messages_return::cancel_all; }