From: Carsten Niehaus Date: Sun, 19 Jun 2005 09:11:11 +0000 (+0000) Subject: * Update the Changelog X-Git-Tag: v3.80.2~300^2~99 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=26fb8ead0424df74ee3c5644bab920d31edf2a05;p=libqmvoc.git * Update the Changelog * it is bcc, not bbc Found by Eloy Cuadra svn path=/trunk/KDE/kdeedu/kalzium/src/element.cpp; revision=427027 --- diff --git a/kalzium/src/element.cpp b/kalzium/src/element.cpp index 847cead..9bb3427 100644 --- a/kalzium/src/element.cpp +++ b/kalzium/src/element.cpp @@ -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" )