[Kalzium] [Bug 114882] Some strings in the glossary are not translated

Pino Toscano toscano.pino at tiscali.it
Sun Mar 5 22:43:07 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=114882         
toscano.pino tiscali it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From toscano.pino tiscali it  2006-03-05 22:43 -------
SVN commit 516076 by pino:

Load also the libkdeedu catalog.
BUG: 114882


 M  +3 -0      kalzium.cpp  


--- trunk/KDE/kdeedu/kalzium/src/kalzium.cpp #516075:516076
 @ -93,6 +93,9  @
 	setupSidebars();
 	setupActions();
 
+	// adding the libkdeedu catalog
+	KGlobal::locale()->insertCatalog( "libkdeedu" );
+
 	// creating the glossary dialog and loading the glossaries we have
 	m_glossarydlg = new GlossaryDialog( true, this );
 	m_glossarydlg->setObjectName( QLatin1String( "glossary" ) );


More information about the Kalzium mailing list