changeset 697:1f787d19e5c9

For Linux systems the kernel version wasn't included in the system info string. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@966 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 02 Jun 2009 13:02:20 +0000
parents 454ff5b55d09
children 3499ddb0f61f
files src/UiGuiSystemInfo.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/UiGuiSystemInfo.cpp	Tue Jun 02 10:59:37 2009 +0000
+++ b/src/UiGuiSystemInfo.cpp	Tue Jun 02 13:02:20 2009 +0000
@@ -157,7 +157,7 @@
     else if ( os == "Linux" ) {
         QString dist;
         QString pseudoname;
-        QString kernel;
+        QString kernel = rev;
 
         if ( QFile::exists("/etc/redhat-release") ) {
             dist = "RedHat";