summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer')
-rw-r--r--Gui/mplayer/mw.c4
-rw-r--r--Gui/mplayer/widgets.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/Gui/mplayer/mw.c b/Gui/mplayer/mw.c
index b2c8f9615d..f7edb6b292 100644
--- a/Gui/mplayer/mw.c
+++ b/Gui/mplayer/mw.c
@@ -551,7 +551,7 @@ void mplDandDHandler(int num,char** files)
if(stat(str,&buf) == 0 && S_ISDIR(buf.st_mode) == 0) {
/* this is not a directory so try to play it */
- printf("Received D&D %s\n",str);
+ mp_msg( MSGT_GPLAYER,MSGL_V,"Received D&D %s\n",str );
/* check if it is a subtitle file */
{
@@ -590,7 +590,7 @@ void mplDandDHandler(int num,char** files)
}
gtkSet(gtkAddPlItem,0,(void*)item);
} else {
- printf("Received not a file: %s !\n",str);
+ mp_msg( MSGT_GPLAYER,MSGL_WARN,MSGTR_NotAFile,str );
}
free( str );
}
diff --git a/Gui/mplayer/widgets.c b/Gui/mplayer/widgets.c
index 5bb92f8e41..907e7c990c 100644
--- a/Gui/mplayer/widgets.c
+++ b/Gui/mplayer/widgets.c
@@ -60,7 +60,7 @@ Pixmap guiIconMask;
void gtkInit( void )
{
- mp_dbg( MSGT_GPLAYER,MSGL_DBG2,"[widget] init gtk ...\n" );
+ mp_dbg( MSGT_GPLAYER,MSGL_DBG2,"[widget] init GTK ...\n" );
gtk_set_locale();
gtk_init( 0,NULL );
// gdk_set_use_xshm( TRUE );