diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-17 19:52:12 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-17 19:52:12 +0000 |
commit | e0255e79c19180354a0a381bdc1f21db5e37e6be (patch) | |
tree | 61a277ed7fb82b9560b9aa5eae409784e32f1cf0 /ftp/multiget | |
parent | 5b0b99acd4e43f710f088f900df97cf1050a6b3a (diff) | |
download | ports-e0255e79c19180354a0a381bdc1f21db5e37e6be.tar.gz ports-e0255e79c19180354a0a381bdc1f21db5e37e6be.zip |
Notes
Diffstat (limited to 'ftp/multiget')
-rw-r--r-- | ftp/multiget/files/patch-mainframe.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/multiget/files/patch-mainframe.h b/ftp/multiget/files/patch-mainframe.h new file mode 100644 index 000000000000..bdd27abd3ed8 --- /dev/null +++ b/ftp/multiget/files/patch-mainframe.h @@ -0,0 +1,11 @@ +--- ./mainframe.h.orig Thu Nov 9 03:11:21 2006 ++++ ./mainframe.h Sun Dec 17 16:45:04 2006 +@@ -231,7 +231,7 @@ + void InitMeterBar(); + bool CheckLocale(_MGLANG lang); + void CheckLangMenu(_MGLANG lang); +- void MainFrame::NoLangSupport();
++ void NoLangSupport();
+ //void CheckTempDir();
+ void DoNewTask( wxString url, wxString refer = wxT( "" ), wxString savepath = wxT( "" ), wxString savefile = wxT( "" ) );
+
|