author | llornkcor <llornkcor> | 2002-11-10 01:20:02 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-11-10 01:20:02 (UTC) |
commit | 7d446dff05a691da5b421b65ace687d787b06d81 (patch) (side-by-side diff) | |
tree | 22ce2678382eea790f43eaa88ade162c9ed3281c /noncore | |
parent | d8bf328c4dfa2b33e2c5761c7af3b39ec307abee (diff) | |
download | opie-7d446dff05a691da5b421b65ace687d787b06d81.zip opie-7d446dff05a691da5b421b65ace687d787b06d81.tar.gz opie-7d446dff05a691da5b421b65ace687d787b06d81.tar.bz2 |
fix
-rw-r--r-- | noncore/settings/sysinfo/versioninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/versioninfo.cpp b/noncore/settings/sysinfo/versioninfo.cpp index e92b36c..85b8b51 100644 --- a/noncore/settings/sysinfo/versioninfo.cpp +++ b/noncore/settings/sysinfo/versioninfo.cpp @@ -112,7 +112,7 @@ VersionInfo::VersionInfo( QWidget *parent, const char *name, WFlags f ) palmtopLogo3->setFixedSize( 60, 60 ); hb3->addWidget( palmtopLogo3, 0, Qt::AlignTop + Qt::AlignLeft ); - systemString = tr( "<b>System</b><p>System: ") + ODevice::inst()->modelString() + QString systemString = tr( "<b>System</b><p>System: ") + ODevice::inst()->modelString() +tr("<p>Version: " ) + ODevice::inst()->vendorString() +tr("<p>Model: ") + ODevice::inst()->systemString() +tr("<p>Vendor: ") + ODevice::inst()->systemVersionString(); |