Patch level :10.0 cd
Files correlati : Ricompilazione Demo : [ ] Commento :risistemato l'aggiornamento web git-svn-id: svn://10.65.10.50/trunk@17861 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
dd8b983859
commit
dcd148d3e5
@ -1377,6 +1377,10 @@ void CampoSetup::OnTimer(wxTimerEvent& WXUNUSED(e))
|
|||||||
//path del programma setup.exe in esecuzione; serve in seguito in quanto alcuni metodi (tipo la GetAllFiles)..
|
//path del programma setup.exe in esecuzione; serve in seguito in quanto alcuni metodi (tipo la GetAllFiles)..
|
||||||
//..fanno perdere questo path
|
//..fanno perdere questo path
|
||||||
m_strSetupPath = strPath.GetPath();
|
m_strSetupPath = strPath.GetPath();
|
||||||
|
//attenzione!!! il path DEVE terminare con "\" sennò in base al tipo di chiamata (-uw,-uc,-ud) i rispettivi..
|
||||||
|
//..metodi funzionano a casaccio!!!
|
||||||
|
if (!m_strSetupPath.EndsWith(wxT("\\")))
|
||||||
|
m_strSetupPath << '\\';
|
||||||
|
|
||||||
wxString strCommand = argv[1];
|
wxString strCommand = argv[1];
|
||||||
if (strCommand.IsEmpty())
|
if (strCommand.IsEmpty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user