mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- add missed file
This commit is contained in:
parent
8166acc751
commit
6a1951bdce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263248
16
net-p2p/amule/files/patch-src-utils-wxCas-src-wxcasframe.cpp
Normal file
16
net-p2p/amule/files/patch-src-utils-wxCas-src-wxcasframe.cpp
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user