-rw-r--r-- | noncore/settings/sysinfo/versioninfo.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/noncore/settings/sysinfo/versioninfo.cpp b/noncore/settings/sysinfo/versioninfo.cpp index 863532e..a8db207 100644 --- a/noncore/settings/sysinfo/versioninfo.cpp +++ b/noncore/settings/sysinfo/versioninfo.cpp | |||
@@ -114,6 +114,7 @@ VersionInfo::VersionInfo( QWidget *parent, const char *name, WFlags f ) | |||
114 | 114 | ||
115 | QString systemString = "<b>" + ODevice::inst()->systemString() + "</b>" | 115 | // QString systemString = tr( "<b>System</b><p>System: ") + ODevice::inst()->systemString() |
116 | +tr("<p>Version: " ) + ODevice::inst()->vendorString() | 116 | QString systemString = "<b>"+ ODevice::inst()->systemString()+"</b>" |
117 | +tr("<p>Version: " ) + ODevice::inst()->systemVersionString() | ||
117 | +tr("<p>Model: ") + ODevice::inst()->modelString() | 118 | +tr("<p>Model: ") + ODevice::inst()->modelString() |
118 | +tr("<p>Vendor: ") + ODevice::inst()->systemVersionString(); | 119 | +tr("<p>Vendor: ") + ODevice::inst()->vendorString(); |
119 | 120 | ||