Skip to content

Commit

Permalink
Added version
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliapc committed Apr 7, 2021
1 parent b94ea95 commit d176ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MSX_image_file_import.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Code inspired by
https://github.com/kettek/aseprite-scripts/blob/master/import-apng.lua
--]]

local version = "v0.9"

function init(plugin)
print("MSX image file import plugin initialized...")
Expand Down Expand Up @@ -1209,7 +1209,7 @@ function startDialog()
local data = nil
local cancel = false
repeat
dlg = Dialog("Import MSX image file")
dlg = Dialog("Import MSX image file "..version)
data = dlg
:file{
id="filename",
Expand Down

0 comments on commit d176ce8

Please sign in to comment.