From c20186b57d2f4b3590884aae1d71540ea2d2150a Mon Sep 17 00:00:00 2001
From: David Maciejak <david.maciejak@gmail.com>
Date: Sat, 16 Aug 2014 23:52:05 +0800
Subject: [PATCH] wmaker: update drag-nd-drop label related

This patch is updating the drag and drop labels
from docked app settings window. As i am not sure common users
are aware of what 'DND' means.
---
 src/dockedapp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/dockedapp.c b/src/dockedapp.c
index 6a84afc..a2002bc 100644
--- a/src/dockedapp.c
+++ b/src/dockedapp.c
@@ -300,7 +300,7 @@ void ShowDockAppSettingsPanel(WAppIcon * aicon)
 	WMMapSubwidgets(panel->pasteCommandFrame);
 
 	panel->dndCommandFrame = WMCreateFrame(vbox);
-	WMSetFrameTitle(panel->dndCommandFrame, _("Command for files dropped with DND"));
+	WMSetFrameTitle(panel->dndCommandFrame, _("Command for dragged and dropped files"));
 	WMAddBoxSubview(vbox, WMWidgetView(panel->dndCommandFrame), False, True, 70, 70, 5);
 
 	panel->dndCommandField = WMCreateTextField(panel->dndCommandFrame);
@@ -315,7 +315,7 @@ void ShowDockAppSettingsPanel(WAppIcon * aicon)
 	WMSetLabelText(panel->dndCommandLabel, _("%d will be replaced with the file name"));
 #else
 	WMSetTextFieldEditable(panel->dndCommandField, False);
-	WMSetLabelText(panel->dndCommandLabel, _("DND support was not compiled in"));
+	WMSetLabelText(panel->dndCommandLabel, _("XDnD support was not compiled in"));
 
 	WMSetFrameTitleColor(panel->dndCommandFrame, WMDarkGrayColor(scr->wmscreen));
 	WMSetLabelTextColor(panel->dndCommandLabel, WMDarkGrayColor(scr->wmscreen));
-- 
1.8.3.2

