Removed unnecessary files, removed or replaced images that we're not
sure of their origin or license. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,8 +33,8 @@ class TextEditorApplication(pydocview.DocApp):
|
||||
pydocview.DocApp.OnInit(self)
|
||||
|
||||
# Show the splash dialog while everything is loading up
|
||||
if os.path.exists("splash.jpg"):
|
||||
self.ShowSplash("splash.jpg")
|
||||
if os.path.exists("splash.png"):
|
||||
self.ShowSplash("splash.png")
|
||||
|
||||
# Set the name and the icon
|
||||
self.SetAppName(_("wxPython PyDocView Demo"))
|
||||
|
Reference in New Issue
Block a user