diff gui/wm/wsxdnd.c @ 35759:afb55738b1b7

Cosmetic: Replace DandD by DND. DND is used for the drag-and-drop functions. Additionally, revise two comments.
author ib
date Thu, 24 Jan 2013 16:49:53 +0000
parents 01ac3cd2f101
children eed2fb870f43
line wrap: on
line diff
--- a/gui/wm/wsxdnd.c	Thu Jan 24 16:34:35 2013 +0000
+++ b/gui/wm/wsxdnd.c	Thu Jan 24 16:49:53 2013 +0000
@@ -141,8 +141,8 @@
       }
 
       /* Handle the files */
-      if(win->DandDHandler){
-	win->DandDHandler(num,files);
+      if(win->DNDHandler){
+	win->DNDHandler(num,files);
       }
     }