Use titles instead of filenames for script created new editors

This commit is contained in:
baldurk
2026-08-26 11:37:46 +01:00
parent 69a9c09ecd
commit a95d4d0461
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ private:
void setupTabs();
EditorWrapper *curEditor();
void makeEditor(rdcstr filename, rdcstr text);
EditorWrapper *makeEditor(rdcstr filename, rdcstr text);
void updateEditorCloseButton();
void updateNonDebugWarning();