read external editors from .desktop files
[geeqie.git] / src / main.c
index 961e914..f695620 100644 (file)
@@ -31,6 +31,7 @@
 #include "cache_maint.h"
 #include "thumb.h"
 #include "metadata.h"
+#include "editors.h"
 
 #include <gdk/gdkkeysyms.h> /* for keyboard values */
 
@@ -771,6 +772,8 @@ gint main(gint argc, gchar *argv[])
        filter_add_defaults();
        filter_rebuild();
 
+       editor_load_descriptions();
+
        accel_map_load();
 
        if (startup_blank)