Fix incorrect icon names

- Some icon names still had file extension indicated in their names
- This commit also enable icon name debug messages on console
This commit is contained in:
Pandagrapher
2023-08-12 18:20:27 +02:00
parent d0743ef359
commit 5b2dc59fbf
3 changed files with 6 additions and 14 deletions

View File

@@ -904,7 +904,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
send_to_external = Gtk::manage(new PopUpButton("", false));
send_to_external->set_tooltip_text(M("MAIN_BUTTON_SENDTOEDITOR_TOOLTIP"));
send_to_external->setEmptyImage("palette-brush.png");
send_to_external->setEmptyImage("palette-brush");
setExpandAlignProperties(send_to_external->buttonGroup, false, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_FILL);
updateExternalEditorWidget(
options.externalEditorIndex >= 0 ? options.externalEditorIndex : options.externalEditors.size(),