diff -r 3916af29624a -r 7dd137878ff8 homescreenapp/examples/localisedhellowidgetplugin/src/localisedhellowidget.cpp --- a/homescreenapp/examples/localisedhellowidgetplugin/src/localisedhellowidget.cpp Fri Aug 13 14:38:12 2010 +0300 +++ b/homescreenapp/examples/localisedhellowidgetplugin/src/localisedhellowidget.cpp Wed Aug 18 10:33:57 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");