[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/generic/runners/locations
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-11-27 19:51:21
Message-ID: 20101127195121.88406AC8A2 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1201446 by aseigo:

clarify comments


 M  +3 -3      locationrunner.cpp  


--- trunk/KDE/kdebase/workspace/plasma/generic/runners/locations/locationrunner.cpp #1201445:1201446
@@ -65,10 +65,10 @@
     }
 }
 
-//Replaces the '#' sign with "man" and "##" with "info:" as it was in KDE3
-static QString manInfoLookup(QString term)
+//Suports accessing man/info-pages with '#' as the triggering shortcut
+//Replaces the '#' sign with "man" and "##" with "info:"
+QString manInfoLookup(QString term)
 {
-    //Suports KDE3 way of accessing man/info-pages
     if (term.startsWith("##")) {
         return term.replace(0, 2, "info:");
     } else if (term.startsWith("#")) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic