aseprite/data/scripts/rootmenu.lua

10 lines
348 B
Lua
Raw Normal View History

2007-09-18 23:57:02 +00:00
-- ase -- allegro-sprite-editor: the ultimate sprites factory
-- Copyright (C) 2001-2005, 2007 by David A. Capello
2007-09-18 23:57:02 +00:00
function rebuild_root_menu_with_alert()
2007-09-18 23:57:02 +00:00
if jalert(_("Warning<<If you try to reload the root-menu<<you will lost the current one.<<Do you want continue?||&Load||&Cancel"))
== 1 then
rebuild_root_menu()
2007-09-18 23:57:02 +00:00
end
end