Changed the title bar to say Unofficial instead of Experimental.

This commit is contained in:
OBattler
2016-07-02 17:03:59 +02:00
parent a3766cab53
commit 8c1d4e00bf
2 changed files with 2 additions and 2 deletions

View File

@@ -511,7 +511,7 @@ void runpc()
if (win_title_update)
{
win_title_update=0;
sprintf(s, "PCem v11 [Experimental] - %i%% - %s - %s - %s", fps, model_getname(), models[model].cpu[cpu_manufacturer].cpus[cpu].name, (!mousecapture) ? "Click to capture mouse" : "Press F12-F8 or middle button to release mouse");
sprintf(s, "PCem v11 [Unofficial] - %i%% - %s - %s - %s", fps, model_getname(), models[model].cpu[cpu_manufacturer].cpus[cpu].name, (!mousecapture) ? "Click to capture mouse" : "Press F12-F8 or middle button to release mouse");
set_window_title(s);
}
done++;