diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-19 05:28:32 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-19 05:28:32 +0000 |
commit | 6a1951bdce4446ed6b271e4a7d2ffd3f8b0d9f7c (patch) | |
tree | 2cfd86df5cdf9b3714f73bf3a337a47859e364ef /net-p2p/amule | |
parent | 8166acc75118bfbfefb5d4ca39b2286c59b3212a (diff) |
Notes
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/files/patch-src-utils-wxCas-src-wxcasframe.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-p2p/amule/files/patch-src-utils-wxCas-src-wxcasframe.cpp b/net-p2p/amule/files/patch-src-utils-wxCas-src-wxcasframe.cpp new file mode 100644 index 000000000000..74dd60dffd4d --- /dev/null +++ b/net-p2p/amule/files/patch-src-utils-wxCas-src-wxcasframe.cpp @@ -0,0 +1,16 @@ +--- src/utils/wxCas/src/wxcasframe.cpp~ ++++ src/utils/wxCas/src/wxcasframe.cpp +@@ -285,11 +285,11 @@ WxCasFrame::GetStatImage () const + #ifdef __WXMSW__ + + memdc. +- SetFont ( wxFont::wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) ); ++ SetFont ( wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) ); + #else + + memdc. +- SetFont ( wxFont::wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); ++ SetFont ( wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); + #endif + + memdc. |