mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-14 09:41:19 +00:00
Don't show the .lua extension in File > Scripts
This commit is contained in:
parent
bc247395ca
commit
674e108b00
@ -389,7 +389,7 @@ void AppMenus::reload()
|
||||
Params params;
|
||||
params.set("filename", fullFn.c_str());
|
||||
auto menuitem = new AppMenuItem(
|
||||
fn.c_str(),
|
||||
base::get_file_title(fn).c_str(),
|
||||
cmd_run_script,
|
||||
params);
|
||||
scriptsMenu->getSubmenu()->addChild(menuitem);
|
||||
|
Loading…
x
Reference in New Issue
Block a user