diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2009-11-30 03:30:26 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2009-11-30 03:30:26 +0000 |
commit | 36cc26bfe0f4f917d677f5653fe30be9a373daa8 (patch) | |
tree | 2e413eeefac91e4368c6bc3c7fa94c491f201854 /misc | |
parent | 7e9b2460defcfed6afdfceda73d4845589882d56 (diff) | |
download | ports-36cc26bfe0f4f917d677f5653fe30be9a373daa8.tar.gz ports-36cc26bfe0f4f917d677f5653fe30be9a373daa8.zip |
- Add missing patch
Approved by: tabthorpe (mentor,implicit)
Notes
Notes:
svn path=/head/; revision=245003
Diffstat (limited to 'misc')
-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): |