mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
10 lines
348 B
Lua
10 lines
348 B
Lua
-- ase -- allegro-sprite-editor: the ultimate sprites factory
|
|
-- Copyright (C) 2001-2005, 2007 by David A. Capello
|
|
|
|
function rebuild_root_menu_with_alert()
|
|
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()
|
|
end
|
|
end
|