summaryrefslogtreecommitdiff
path: root/audio/hydrogen/files/patch-src_gui_AboutDialog.cpp
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2010-07-08 01:59:11 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2010-07-08 01:59:11 +0000
commitec0fab9de41106f1bbbd011ce99848ae1fd962e2 (patch)
treeacd32fe3ea9f95150b7b968e90255b41fbb5d008 /audio/hydrogen/files/patch-src_gui_AboutDialog.cpp
parentUpdate to 2.7.1. (diff)
- Update port to 0.9.4.
- Add LICENSE information. - Transfer maintainership. PR: ports/148056 Submitted by: Stas Timokhin <devel@stasyan.com> Approved by: pgj, tabthorpe (mentors) Feature safe: yes
Diffstat (limited to 'audio/hydrogen/files/patch-src_gui_AboutDialog.cpp')
-rw-r--r--audio/hydrogen/files/patch-src_gui_AboutDialog.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/hydrogen/files/patch-src_gui_AboutDialog.cpp b/audio/hydrogen/files/patch-src_gui_AboutDialog.cpp
deleted file mode 100644
index 99c34f3c390b..000000000000
--- a/audio/hydrogen/files/patch-src_gui_AboutDialog.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gui/AboutDialog.cpp.orig Mon Aug 29 17:14:14 2005
-+++ src/gui/AboutDialog.cpp Mon Aug 29 17:14:51 2005
-@@ -106,7 +106,7 @@
-
- sAuthors += "<ul>";
- for ( int i = 0; i < authorList.size(); ++i ) {
-- Author a = authorList.at( i );
-+ Author a = authorList[i];
- sAuthors += "<li><p>";
- sAuthors += "<i>" + a.m_sName + "</i>";
- sAuthors += "</p></li>";