]> git.pld-linux.org Git - packages/kdelibs.git/blame - kdelibs-kbugreport-https.patch
- tabs in preamble
[packages/kdelibs.git] / kdelibs-kbugreport-https.patch
CommitLineData
e6722283
ER
1--- kdelibs-3.5.0/kdeui/kbugreport.cpp~ 2005-10-10 18:06:39.000000000 +0300
2+++ kdelibs-3.5.0/kdeui/kbugreport.cpp 2005-11-22 15:45:48.000000000 +0200
3@@ -274,7 +274,7 @@
4
5 void KBugReport::updateURL()
6 {
7- KURL url ( "http://bugs.kde.org/wizard.cgi" );
8+ KURL url ( "https://bugs.kde.org/wizard.cgi" );
9 url.addQueryItem( "os", d->os );
10 url.addQueryItem( "compiler", KDE_COMPILER_VERSION );
11 url.addQueryItem( "kdeVersion", d->kde_version );
This page took 0.528802 seconds and 4 git commands to generate.