diff options
author | fluffy <fluffy@FreeBSD.org> | 2009-11-30 11:30:26 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2009-11-30 11:30:26 +0800 |
commit | 4464917a9260bfc71bf4a6f5b6cee35e32acf8de (patch) | |
tree | 2e9c0004c45f0ed5a8abb0efad83493326e5f4df /misc/py-qt4-demo | |
parent | 8c3e3a35a3e5faa24bf189e0631852555dbc4e67 (diff) | |
download | freebsd-ports-gnome-4464917a9260bfc71bf4a6f5b6cee35e32acf8de.tar.gz freebsd-ports-gnome-4464917a9260bfc71bf4a6f5b6cee35e32acf8de.tar.zst freebsd-ports-gnome-4464917a9260bfc71bf4a6f5b6cee35e32acf8de.zip |
- Add missing patch
Approved by: tabthorpe (mentor,implicit)
Diffstat (limited to 'misc/py-qt4-demo')
-rw-r--r-- | misc/py-qt4-demo/files/patch-examples__activeqt__webbrowser__webbrowser.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/py-qt4-demo/files/patch-examples__activeqt__webbrowser__webbrowser.py b/misc/py-qt4-demo/files/patch-examples__activeqt__webbrowser__webbrowser.py new file mode 100644 index 000000000000..5cab1e7a0056 --- /dev/null +++ b/misc/py-qt4-demo/files/patch-examples__activeqt__webbrowser__webbrowser.py @@ -0,0 +1,11 @@ +--- examples/activeqt/webbrowser/webbrowser.py.orig 2009-10-29 13:37:30.000000000 +1000 ++++ examples/activeqt/webbrowser/webbrowser.py 2009-10-31 18:03:38.000000000 +1000 +@@ -115,7 +115,7 @@ + QtGui.QMessageBox.about(self, "About WebBrowser", + "This Example has been created using the ActiveQt integration into Qt Designer.\n" + "It demonstrates the use of QAxWidget to embed the Internet Explorer ActiveX\n" +- "control into a Qt application.")) ++ "control into a Qt application.") + + @QtCore.pyqtSlot() + def on_actionAboutQt_triggered(self): |