I have found, that when I change

// this is generated with juic
actionExit.setText(com.trolltech.qt.core.QCoreApplication.translate("MainWindow",
 "Exit", 
null));

to

actionExit.setText(com.trolltech.qt.core.QCoreApplication.translate("MainWindow",
 "Exit"));

lupdate extracts it right.

--
Dusan
_______________________________________________
Qt-jambi-interest mailing list
Qt-jambi-interest@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to