# HG changeset patch # User thomas_-_s # Date 1243947740 0 # Node ID 1f787d19e5c9bf28c2a188003f22554ca3263d04 # Parent 454ff5b55d0993ddde840c69257511d03a749e5a 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 diff -r 454ff5b55d09 -r 1f787d19e5c9 src/UiGuiSystemInfo.cpp --- 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";