]> git.pld-linux.org Git - packages/aMule.git/blob - aMule-build.patch
- rel 9; build fix
[packages/aMule.git] / aMule-build.patch
1 --- aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp~     2008-09-06 17:39:00.000000000 +0200
2 +++ aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp      2010-04-26 12:28:23.880637891 +0200
3 @@ -285,11 +285,11 @@
4  #ifdef __WXMSW__
5  
6         memdc.
7 -       SetFont ( wxFont::wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) );
8 +       SetFont ( wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) );
9  #else
10  
11         memdc.
12 -       SetFont ( wxFont::wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) );
13 +       SetFont ( wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) );
14  #endif
15  
16         memdc.
This page took 0.029847 seconds and 3 git commands to generate.