diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-18 23:43:22 +0000 |
commit | 629a2952f805a94973e4d73e1ffddfb29fc3cf83 (patch) | |
tree | 4d0ad8c743e7e0d646d16bdf0584a1b0b7c72165 | |
parent | 68cf127b298fa030460d703c0d215407cebc40bf (diff) | |
download | tdeadmin-629a2952f805a94973e4d73e1ffddfb29fc3cf83.tar.gz tdeadmin-629a2952f805a94973e4d73e1ffddfb29fc3cf83.zip |
Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*
This fixes the Kopete MSN protocol among other things
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | lilo-config/common/lilo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/common/lilo.cc b/lilo-config/common/lilo.cc index c61429a..4171170 100644 --- a/lilo-config/common/lilo.cc +++ b/lilo-config/common/lilo.cc @@ -400,7 +400,7 @@ bool liloconf::probe() addOther("Venix", *it); break; case 0x4d: // TQNX - addOther("TQNX", *it); + addOther("QNX", *it); break; case 0x52: // CP/M (does anyone dual-boot between CP/M and // Linux? Would be interesting to see. ;) ) |