From 486280adc2ab5dc383a56d8516c36727eb382812 Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 22 Oct 2002 11:58:33 +0000 Subject: handwriting: qtopia 1.6 merge all: someone made all inputmethod name()s untranslateable. This cured a symptom (opie crashing), but it was not real a bug-fix. I have marked them as translateable again and found no problems doing so. --- (limited to 'inputmethods/handwriting/handwritingimpl.cpp') diff --git a/inputmethods/handwriting/handwritingimpl.cpp b/inputmethods/handwriting/handwritingimpl.cpp index 0ea140c..c39e1aa 100644 --- a/inputmethods/handwriting/handwritingimpl.cpp +++ b/inputmethods/handwriting/handwritingimpl.cpp @@ -83,8 +83,7 @@ QPixmap *HandwritingImpl::icon() QString HandwritingImpl::name() { - // return qApp->translate( "InputMethods", "Handwriting" ); - return "Handwriting"; + return qApp->translate( "InputMethods", "Handwriting" ); } void HandwritingImpl::onKeyPress( QObject *receiver, const char *slot ) -- cgit v0.9.0.2