diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-02 14:53:27 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-02 14:53:27 +0200 |
commit | 1458b22cd170eb59d25832e3ac1385b360fb7e9f (patch) | |
tree | 69418f629c0f656f1dbd9d17bc91252f4b06c165 /extra/amule/amule-2.2.6-gcc-01.patch | |
parent | 6ed7f56d766292078ae81546b036c6ee23fb3edc (diff) | |
download | nutyx-extra-1458b22cd170eb59d25832e3ac1385b360fb7e9f.tar.gz nutyx-extra-1458b22cd170eb59d25832e3ac1385b360fb7e9f.tar.bz2 nutyx-extra-1458b22cd170eb59d25832e3ac1385b360fb7e9f.tar.xz nutyx-extra-1458b22cd170eb59d25832e3ac1385b360fb7e9f.zip |
amule, ajout patch
Diffstat (limited to 'extra/amule/amule-2.2.6-gcc-01.patch')
-rw-r--r-- | extra/amule/amule-2.2.6-gcc-01.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/amule/amule-2.2.6-gcc-01.patch b/extra/amule/amule-2.2.6-gcc-01.patch new file mode 100644 index 000000000..e5cec602b --- /dev/null +++ b/extra/amule/amule-2.2.6-gcc-01.patch @@ -0,0 +1,11 @@ +--- aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp 2008-09-06 17:39:00.000000000 +0200 ++++ aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp.new 2010-05-02 14:34:26.000000000 +0200 +@@ -289,7 +289,7 @@ + #else + + memdc. +- SetFont ( wxFont::wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); ++ SetFont (wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); + #endif + + memdc. |