diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-03-07 10:46:36 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-03-07 10:46:36 +0000 |
| commit | 0062f23db948341f7912ad7401d90a10da0f3bfe (patch) | |
| tree | f571d1b1645c2e10db49aa6c23e39a3917ca396a /src/interface.cpp | |
| parent | Updated Dutch and Russian translations (diff) | |
| download | inkscape-0062f23db948341f7912ad7401d90a10da0f3bfe.tar.gz inkscape-0062f23db948341f7912ad7401d90a10da0f3bfe.zip | |
Moving dnd data generation into the generic ColorDef class.
(bzr r7433)
Diffstat (limited to 'src/interface.cpp')
| -rw-r--r-- | src/interface.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index f03df2917..e542a1944 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -90,8 +90,7 @@ static GtkTargetEntry ui_drop_target_entries [] = { #if ENABLE_MAGIC_COLORS {(gchar *)"application/x-inkscape-color", 0, APP_X_INKY_COLOR}, #endif // ENABLE_MAGIC_COLORS - {(gchar *)"application/x-inkscape-nocolor", 0, APP_X_NOCOLOR }, - {(gchar *)"application/x-inkscape-xcolor", 0, APP_X_XCOLOR }, + {(gchar *)"application/x-oswb-nocolor", 0, APP_X_NOCOLOR }, {(gchar *)"application/x-color", 0, APP_X_COLOR } }; |
