diff -r 4b195f3bea29 -r 35368b604b28 homescreenapp/examples/localisedhellowidgetplugin/src/localisedhellowidget.cpp --- a/homescreenapp/examples/localisedhellowidgetplugin/src/localisedhellowidget.cpp Wed Aug 18 09:40:07 2010 +0300 +++ b/homescreenapp/examples/localisedhellowidgetplugin/src/localisedhellowidget.cpp Thu Sep 02 20:17:27 2010 +0300 @@ -78,10 +78,6 @@ { // localisation can be used now mText = hbTrId("txt_localisedhellowidgetplugin_button_hello_world2"); - QString testing = hbTrId("txt_localisedhellowidgetplugin_button_hello_world2"); - testing = hbTrId("txt_localisedhellowidgetplugin_button_hello_world1"); - testing = hbTrId("txt_localisedhellowidgetplugin_dblist_hello_world_title"); - testing = hbTrId("txt_localisedhellowidgetplugin_dblist_hello_world_desc"); mButton->setText(hbTrId("txt_localisedhellowidgetplugin_button_hello_world1")); // roothPath is set thus we can use it QString iconPath = QDir::toNativeSeparators(mRootPath + "/localisedhellowidgetplugin.png");