From: Carsten Niehaus Date: Tue, 23 Nov 2004 15:47:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v3.80.2~300^2~163 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=cd0a81f0fc676b5cca843775576858a58e47ddcb;p=libqmvoc.git *** empty log message *** svn path=/trunk/kdeedu/kalzium/src/element.cpp; revision=365520 --- diff --git a/kalzium/src/element.cpp b/kalzium/src/element.cpp index b1ad904..1f9f5c6 100644 --- a/kalzium/src/element.cpp +++ b/kalzium/src/element.cpp @@ -134,7 +134,7 @@ const QString Element::adjustUnits( double val, const int type ) else if ( type == DENSITY ) // its a density { v = QString::number( val ); - v.append( " g/m3" ); + v.append( " g/cm3" ); } else if ( type == DATE ) //its a date {