diff gui/wm/wsxdnd.c @ 36694:eed2fb870f43

Rename symbolic constants of GUI help message texts. Create a kind of GUI namespace and don't add place or kind of usage to the name unless it's advantageous. This reduces the amount of definitions as well. Arrange them alphabetically.
author ib
date Wed, 05 Feb 2014 16:39:38 +0000
parents afb55738b1b7
children 127804c3452d
line wrap: on
line diff
--- a/gui/wm/wsxdnd.c	Wed Feb 05 16:03:44 2014 +0000
+++ b/gui/wm/wsxdnd.c	Wed Feb 05 16:39:38 2014 +0000
@@ -101,7 +101,7 @@
     XSendEvent(wsDisplay, selowner, 0, 0, &xevent);
 
     if (!delme){
-      mp_msg( MSGT_GPLAYER,MSGL_WARN,MSGTR_WS_DDNothing );
+      mp_msg( MSGT_GPLAYER,MSGL_WARN,MSGTR_GUI_MSG_DragAndDropNothing );
       return False;
     }
 
@@ -171,7 +171,7 @@
 	}
       }
       if (atom_support == None) {
-	mp_msg( MSGT_GPLAYER,MSGL_WARN,MSGTR_WS_NotAFile );
+	mp_msg( MSGT_GPLAYER,MSGL_WARN,MSGTR_GUI_MSG_NotAFile0 );
       }
     } else {
       /* need to check the whole list here */