projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer...
[wxWidgets.git]
/
interface
/
wx
/
snglinst.h
diff --git
a/interface/wx/snglinst.h
b/interface/wx/snglinst.h
index 9093f08a02144803b60f881cff017cf8343d0064..41e539fde20910ed07d0f75194d28207ac936563 100644
(file)
--- a/
interface/wx/snglinst.h
+++ b/
interface/wx/snglinst.h
@@
-28,15
+28,15
@@
{
wxLogError(_("Another program instance is already running, aborting."));
{
wxLogError(_("Another program instance is already running, aborting."));
- delete m_checker; // OnExit() won't be called if we return
@
false
- m_checker =
@
NULL;
+ delete m_checker; // OnExit() won't be called if we return false
+ m_checker = NULL;
- return
@
false;
+ return false;
}
... more initializations ...
}
... more initializations ...
- return
@
true;
+ return true;
}
int MyApp::OnExit()
}
int MyApp::OnExit()