Code

added import/export preferences category
[inkscape.git] / src / menus-skeleton.h
index 422d1c80405732176363ca50e305bf99efabe9ea..1453b37c74f1b82287ea1439d8a0f35aa612696f 100644 (file)
@@ -29,8 +29,10 @@ static char const menus_skeleton[] =
 "       <separator/>\n"
 "       <verb verb-id=\"FileImport\" />\n"
 "       <verb verb-id=\"FileExport\" />\n"
+#ifdef WITH_GNOME_VFS
 "       <verb verb-id=\"FileImportFromOCAL\" />\n"
 "       <verb verb-id=\"FileExportToOCAL\" />\n"
+#endif
 "       <separator/>\n"
 /* These are ugly, but what needs to happen here is allowing users
    to use the native PS support if they are using another print driver.