Rename External Editors to Plugins
[geeqie.git] / src / editors.c
index b8d7259..1fee9c5 100644 (file)
@@ -308,7 +308,7 @@ gboolean editor_read_desktop_file(const gchar *path)
        editor->exec = g_key_file_get_string(key_file, DESKTOP_GROUP, "Exec", NULL);
 
        editor->menu_path = g_key_file_get_string(key_file, DESKTOP_GROUP, "X-Geeqie-Menu-Path", NULL);
-       if (!editor->menu_path) editor->menu_path = g_strdup("EditMenu/ExternalMenu");
+       if (!editor->menu_path) editor->menu_path = g_strdup("PluginsMenu");
 
        editor->hotkey = g_key_file_get_string(key_file, DESKTOP_GROUP, "X-Geeqie-Hotkey", NULL);