diff --git a/pd/nw/pd_menus.js b/pd/nw/pd_menus.js
index 34a8435d18110c831e689d64c58e503e7e9bd06b..cfbc48f25c561eb3a760906db1ce9a31eb4e7700 100644
--- a/pd/nw/pd_menus.js
+++ b/pd/nw/pd_menus.js
@@ -425,6 +425,7 @@ function create_menu(gui, type) {
             modifiers: shortcuts.menu.comment.modifiers,
             tooltip: l("menu.comment_tt")
         }));
+        put_menu.append(new gui.MenuItem({ type: "separator" }));
         put_menu.append(m.put.dropdown = new gui.MenuItem({
             label: l("menu.dropdown"),
             key: shortcuts.menu.dropdown.key,