diff gui/win32/interface.c @ 23078:f81cd5be161b

spelling cosmetics
author diego
date Mon, 23 Apr 2007 07:48:03 +0000
parents 17bf4f4b0715
children 8e9b11648f40
line wrap: on
line diff
--- a/gui/win32/interface.c	Mon Apr 23 07:42:42 2007 +0000
+++ b/gui/win32/interface.c	Mon Apr 23 07:48:03 2007 +0000
@@ -1,5 +1,5 @@
 /*
-  MPlayer Gui for win32
+  MPlayer GUI for Win32
   Copyright (c) 2003 Sascha Sommer <saschasommer@freenet.de>
   Copyright (c) 2006 Erik Augustson <erik_27can@yahoo.com>
   Copyright (c) 2006 Gianluigi Tiesi <sherpya@netfarm.it>
@@ -470,7 +470,7 @@
 
     if(!skinName) skinName = strdup("Blue");
     if(!mygui) mygui = create_gui(get_path("skins"), skinName, guiSetEvent);
-    if(!mygui) exit_player("Unable to load gui");
+    if(!mygui) exit_player("Unable to load GUI.");
 
     if(autosync && autosync != gtkAutoSync)
     {
@@ -484,7 +484,7 @@
         TranslateMessage(&msg);
         DispatchMessage(&msg);
     }
-    fprintf(stderr, "[GUI] Gui Thread Terminated\n");
+    fprintf(stderr, "[GUI] GUI thread terminated.\n");
     fflush(stderr);
     return 0;
 }
@@ -502,7 +502,7 @@
 
     /* Wait until the gui is created */
     while(!mygui) Sleep(100);
-    mp_msg(MSGT_GPLAYER, MSGL_V, "[GUI] Gui Thread started\n");
+    mp_msg(MSGT_GPLAYER, MSGL_V, "[GUI] GUI thread started.\n");
 }
 
 void guiDone(void)