@ntrel commented on this pull request.


In src/templates.c:

> @@ -283,6 +285,42 @@ static void create_file_template_menu(void)
 	g_object_ref(new_with_template_toolbar_menu);
 	geany_menu_button_action_set_menu(GEANY_MENU_BUTTON_ACTION(toolbar_get_action_by_name("New")),
 		new_with_template_toolbar_menu);
+
+	// create config files menu
+	item = gtk_menu_item_new_with_mnemonic(_("Templates"));

"Templates" and "Files" are already used in the Prefs dialog tabs.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3396/review/1662077055@github.com>