From 26fb8ead0424df74ee3c5644bab920d31edf2a05 Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Sun, 19 Jun 2005 09:11:11 +0000 Subject: [PATCH] * Update the Changelog * it is bcc, not bbc Found by Eloy Cuadra svn path=/trunk/KDE/kdeedu/kalzium/src/element.cpp; revision=427027 --- kalzium/src/element.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" ) -- 2.47.3