Formating warning fix for FC2 build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -475,10 +475,11 @@ bool wxVideoXANIM::RestartXANIM()
|
|||||||
"XANIM_PROPERTY", False);
|
"XANIM_PROPERTY", False);
|
||||||
|
|
||||||
// Build the command
|
// Build the command
|
||||||
xanim_command.Printf(wxT("xanim -Zr +Ze +Sr +f +W%d +f +q "
|
xanim_command.Printf(
|
||||||
"+Av70 %s %s"), m_internal->xanim_window,
|
wxT("xanim -Zr +Ze +Sr +f +W%d +f +q +Av70 %s %s"),
|
||||||
(xanim_chg_size) ? _T("") : _T(""),
|
(int)m_internal->xanim_window,
|
||||||
WXSTRINGCAST m_filename);
|
(xanim_chg_size) ? _T("") : _T(""), // ??? why ???
|
||||||
|
WXSTRINGCAST m_filename);
|
||||||
|
|
||||||
// Execute it
|
// Execute it
|
||||||
if (!wxExecute(xanim_command, false, m_xanim_detector))
|
if (!wxExecute(xanim_command, false, m_xanim_detector))
|
||||||
|
Reference in New Issue
Block a user