summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rw-r--r--amiga/download.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/download.c b/amiga/download.c
index f9ea96194..e6302a842 100644
--- a/amiga/download.c
+++ b/amiga/download.c
@@ -347,11 +347,13 @@ void gui_drag_save_object(gui_save_type type, hlcache_handle *c,
filetype = "drawer";
break;
case GUI_SAVE_OBJECT_NATIVE:
+#ifdef WITH_NS_SVG
if(content_get_type(c) == CONTENT_SVG)
{
filetype = "dr2d";
}
else
+#endif
{
filetype = "ilbm";
}