Update splash string to show "NewOswan"
This commit is contained in:
parent
432844304e
commit
dbc7d6e940
2
main.cpp
2
main.cpp
@ -128,7 +128,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
snprintf(app_window_title, 255, "Oswan %s - Esc to return to GUI", VERSION);
|
||||
|
||||
fprintf(log_get(),"Oswan-unix %s (built at: %s %s)\n",VERSION , __DATE__,__TIME__);
|
||||
fprintf(log_get(),"NewOswan %s (built at: %s %s)\n",VERSION , __DATE__, __TIME__);
|
||||
|
||||
ws_system = WS_SYSTEM_COLOR;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user