]> Git trees. - libqmvoc.git/commitdiff
* Update the Changelog
authorCarsten Niehaus <cniehaus@gmx.de>
Sun, 19 Jun 2005 09:11:11 +0000 (09:11 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Sun, 19 Jun 2005 09:11:11 +0000 (09:11 +0000)
* it is bcc, not bbc

Found by Eloy Cuadra

svn path=/trunk/KDE/kdeedu/kalzium/src/element.cpp; revision=427027

kalzium/src/element.cpp

index 847cead640b0bf081bb1569114e439625ae15bfa..9bb342798d69d4a07a51c166ae3cfe1690df3f22 100644 (file)
@@ -403,15 +403,15 @@ void Element::drawSelf( QPainter* p, bool simple, bool isCrystal )
                        /**
                         * hcp: hexagonal close packed
                         * fcc: face centered cubic
-                        * krz/bbc cubic body centered // kubisch raumzentriert
+                        * krz/bcc body centered cubic// kubisch raumzentriert
                         * kdp: kubisch dicht gepackt
                         * hdp: hexagonal dicht gepackt
                         * ccp: cubic close packed // kubisch dichteste Kugelpackung
                         */
                        if ( structure == "own")
                                text = i18n( "this means, the element has its 'own' structur", "own" );
-                       else if ( structure == "bbc" )
-                               text = i18n( "Crystalsystem body centered cubic", "bbc" );
+                       else if ( structure == "bcc" )
+                               text = i18n( "Crystalsystem body centered cubic", "bcc" );
                        else if ( structure == "hdp" )
                                text = i18n( "Crystalsystem hexagonal dense packed", "hdp" );
                        else if ( structure == "ccp" )