mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Trim the executable name down to the basename
This commit is contained in:
@@ -170,6 +170,7 @@ def run():
|
||||
wxString programName;
|
||||
wxPyBLOCK_THREADS(
|
||||
programName = Py2wxString(PySys_GetObject("executable")));
|
||||
programName = programName.AfterLast('\\');
|
||||
|
||||
// Registry key where emulation level for programs are set
|
||||
static const wxChar* IE_EMULATION_KEY =
|
||||
|
||||
Reference in New Issue
Block a user