[yast-commit] r57350 - /branches/tmp/tgoettlicher/yast2cc_rewrite/src/yqmodulesmodel.cpp

Author: kmachalkova Date: Thu May 28 15:43:14 2009 New Revision: 57350 URL: http://svn.opensuse.org/viewcvs/yast?rev=57350&view=rev Log: ... and tooltips too Modified: branches/tmp/tgoettlicher/yast2cc_rewrite/src/yqmodulesmodel.cpp Modified: branches/tmp/tgoettlicher/yast2cc_rewrite/src/yqmodulesmodel.cpp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/tgoettlicher/yast2cc_rewri... ============================================================================== --- branches/tmp/tgoettlicher/yast2cc_rewrite/src/yqmodulesmodel.cpp (original) +++ branches/tmp/tgoettlicher/yast2cc_rewrite/src/yqmodulesmodel.cpp Thu May 28 15:43:14 2009 @@ -109,7 +109,7 @@ { //QString tooltip = d->infoProvider.provideInfo( this, index ); - QString tooltip = propertyValue(index, "GenericName").toString(); + QString tooltip = translatedPropertyValue(index, "GenericName").toString(); qDebug() << "tooltip requested: " << tooltip; return tooltip; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kmachalkova@svn.opensuse.org