author | tille <tille> | 2003-01-13 15:04:59 (UTC) |
---|---|---|
committer | tille <tille> | 2003-01-13 15:04:59 (UTC) |
commit | 01f7b3b512bbb729ac44808748365699748f3d4c (patch) (unidiff) | |
tree | 2351fc2bf000def1ca02347d7ee761d6aeb12c66 | |
parent | 477ababb7350018099b5e83a5fb24a7cfe5b9a18 (diff) | |
download | opie-01f7b3b512bbb729ac44808748365699748f3d4c.zip opie-01f7b3b512bbb729ac44808748365699748f3d4c.tar.gz opie-01f7b3b512bbb729ac44808748365699748f3d4c.tar.bz2 |
remove : for carsten
-rw-r--r-- | noncore/apps/oxygen/dataTable.cpp | 2 |
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 | |||
@@ -76,7 +76,7 @@ void OxydataWidget::setElement( int el ) | |||
76 | 76 | ||
77 | void OxydataWidget::setTable() const | 77 | void 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" )) ; |