diff src/main.cpp @ 4:06342fc544e4

mouse gesture.
author pyon@macmini
date Mon, 15 Oct 2018 20:07:38 +0900
parents db4813125eb8
children e3b10fb860b3
line wrap: on
line diff
--- a/src/main.cpp	Thu Oct 11 22:11:09 2018 +0900
+++ b/src/main.cpp	Mon Oct 15 20:07:38 2018 +0900
@@ -1,6 +1,7 @@
 // Filename   : main.cpp
-// Last Change: 2018-10-11 木 16:52:40.
+// Last Change: 2018-10-12 金 16:17:39.
 //
+#include "id.h"
 #include "main.h"
 #include "auth.h"
 #include "rsearcher.h"
@@ -26,7 +27,7 @@
 	InitSetting();
 
 	wxBitmap bmp;
-	if ( bmp.LoadFile( "./image/startup.png", wxBITMAP_TYPE_PNG ) ){
+	if ( bmp.LoadFile( wxT( "./image/startup.png" ), wxBITMAP_TYPE_PNG ) ){
 		wxSplashScreen* splash = new wxSplashScreen( bmp, wxSPLASH_CENTRE_ON_SCREEN|wxSPLASH_TIMEOUT, 4000, NULL, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxBORDER_NONE|wxSTAY_ON_TOP );
 	}