Is there a straightforward way to change the title of the messagebox
that pops up when I use wx.LogError() with the default wx.LogGui log
target, or do I have to override the log target? This is on Linux
Ubuntu 5.04 with wxPython 2.6.1.0.
Is there a straightforward way to change the title of the messagebox
that pops up when I use wx.LogError() with the default wx.LogGui log
target, or do I have to override the log target? This is on Linux
Ubuntu 5.04 with wxPython 2.6.1.0.
It uses wx.GetApp().GetAppName() to form the title string, so you can have some control over it by setting the application's name property.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!