// Created: 25/3/09
// RCS-ID: $Id$
// Copyright: (c) 2009 Francesco Montorsi
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
long pid = wxExecute(programs[i].GetFullPath(), wxEXEC_ASYNC, &dt->process);
if (pid == 0)
+ {
wxLogError("could not run the program '%s'", programs[i].GetFullPath());
+ }
else
{
wxLogMessage("started program '%s' (pid %d)...",