diff src/dnd.c @ 316:2ebd0d9145cf

Define drag and drop target string in dnd.h. Make it use the current name of the application.
author zas_
date Fri, 11 Apr 2008 20:01:29 +0000
parents 9995c5fb202a
children 7a69309b91c8
line wrap: on
line diff
--- a/src/dnd.c	Fri Apr 11 19:43:36 2008 +0000
+++ b/src/dnd.c	Fri Apr 11 20:01:29 2008 +0000
@@ -26,7 +26,7 @@
 gint dnd_file_drag_types_count = 2;
 
 GtkTargetEntry dnd_file_drop_types[] = {
-	{ "application/x-gqview-collection-member", 0, TARGET_APP_COLLECTION_MEMBER },
+	{ TARGET_APP_COLLECTION_MEMBER_STRING, 0, TARGET_APP_COLLECTION_MEMBER },
 	{ "text/uri-list", 0, TARGET_URI_LIST }
 };
 gint dnd_file_drop_types_count = 2;