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

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdelibs/kdecore
From:       Waldo Bastian <bastian () kde ! org>
Date:       2003-07-20 21:04:40
[Download RAW message or body]

CVS commit by waba: 

Only refer to http://bugs.kde.org if bug-address is submit@bugs.kde.org


  M +7 -1      kcmdlineargs.cpp   1.73.2.1


--- kdelibs/kdecore/kcmdlineargs.cpp  #1.73:1.73.2.1
@@ -599,5 +599,11 @@ KCmdLineArgs::parseAllArgs()
                  printQ( i18n("%1 was written by somebody who wants to remain \
anonymous.").arg(about->programName()) );  }
-             printQ( i18n( "Please use http://bugs.kde.org to report bugs, do not \
mail the authors directly.\n" ) ); +             if (!about->bugAddress().isEmpty())
+             {
+                QString bugReporting = i18n( "Please use http://bugs.kde.org to \
report bugs, do not mail the authors directly.\n" ); +                if \
(about->bugAddress() != "submit@bugs.kde.org") +                    \
bugReporting.replace("http://bugs.kde.org", about->bugAddress()); +                \
printQ(bugReporting); +             }
              exit(0);
          } else {


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

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