summaryrefslogtreecommitdiff
path: root/noncore/apps
authortille <tille>2003-01-13 15:04:59 (UTC)
committer tille <tille>2003-01-13 15:04:59 (UTC)
commit01f7b3b512bbb729ac44808748365699748f3d4c (patch) (unidiff)
tree2351fc2bf000def1ca02347d7ee761d6aeb12c66 /noncore/apps
parent477ababb7350018099b5e83a5fb24a7cfe5b9a18 (diff)
downloadopie-01f7b3b512bbb729ac44808748365699748f3d4c.zip
opie-01f7b3b512bbb729ac44808748365699748f3d4c.tar.gz
opie-01f7b3b512bbb729ac44808748365699748f3d4c.tar.bz2
remove : for carsten
Diffstat (limited to 'noncore/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp
index 46eaeba..8f619b4 100644
--- a/noncore/apps/oxygen/dataTable.cpp
+++ b/noncore/apps/oxygen/dataTable.cpp
@@ -73,13 +73,13 @@ void OxydataWidget::setElement( int el )
73 DataTable->setText( 7,1,tr( "%1 K" ).arg( configobj.readEntry( "BP" ) ) ); 73 DataTable->setText( 7,1,tr( "%1 K" ).arg( configobj.readEntry( "BP" ) ) );
74 DataTable->setText( 8,1,tr( "%1 K" ).arg( configobj.readEntry( "MP" ) ) ); 74 DataTable->setText( 8,1,tr( "%1 K" ).arg( configobj.readEntry( "MP" ) ) );
75} 75}
76 76
77void OxydataWidget::setTable() const 77void OxydataWidget::setTable() const
78{ 78{
79 DataTable->setText( 0,0, tr( "Weight:" ) ); 79 DataTable->setText( 0,0, tr( "Weight" ) );
80 DataTable->setText( 1,0, tr( "Block" )) ; 80 DataTable->setText( 1,0, tr( "Block" )) ;
81 DataTable->setText( 2,0, tr( "Group" )) ; 81 DataTable->setText( 2,0, tr( "Group" )) ;
82 DataTable->setText( 3,0, tr( "Electronegativity" )) ; 82 DataTable->setText( 3,0, tr( "Electronegativity" )) ;
83 DataTable->setText( 4,0, tr( "Atomic radius" )) ; 83 DataTable->setText( 4,0, tr( "Atomic radius" )) ;
84 DataTable->setText( 5,0, tr( "Ionizationenergie" )) ; 84 DataTable->setText( 5,0, tr( "Ionizationenergie" )) ;
85 DataTable->setText( 6,0, tr( "Density" )) ; 85 DataTable->setText( 6,0, tr( "Density" )) ;