Changed clipboard text format id from "STRING" to "TEXT"
DnD might now actually compile (but nothing else) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -265,7 +265,7 @@ long wxExecute( char **argv, bool sync, wxProcess *process )
|
||||
|
||||
// These three lines close the open file descriptors to to avoid any
|
||||
// input/output which might block the process or irritate the user. If
|
||||
// one wants proper IO for the subprocess, the "right thing to do is
|
||||
// one wants proper IO for the subprocess, the right thing to do is
|
||||
// to start an xterm executing it.
|
||||
if (sync == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user