diff gui/ui/main.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 75724b59a3a8
children 6742a91ba28a
line wrap: on
line diff
--- a/gui/ui/main.c	Thu Jan 24 16:34:35 2013 +0000
+++ b/gui/ui/main.c	Thu Jan 24 16:49:53 2013 +0000
@@ -587,8 +587,8 @@
  if ( msg != evNone ) uiEventHandling( msg,0 );
 }
 
-/* this will be used to handle Drag&Drop files */
-void uiDandDHandler(int num,char** files)
+/* this will be used to handle drag & drop files */
+void uiDNDHandler(int num,char** files)
 {
   struct stat buf;
   int f = 0;