Version in window title.

This commit is contained in:
severak 2019-10-14 17:16:05 +02:00
parent 35bb0595fe
commit dc122cd86d
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@ dlg = iup.dialog{
iup.hbox{matrix},
iup.hbox{playbtn, stopbtn, iup.label{title="tempo: "} , bpm, iup.label{title="/"}, factor, iup.label{title=" || len: "}, len; alignment="ACENTER", gap="5"}
}
; title = "DRUMsheet", size = "560x170"
; title = "DRUMsheet " .. VERSION, size = "560x170"
}
-- GUI actions
@ -342,6 +342,7 @@ end
-- main program
print("DRUMSHEET " .. VERSION)
adjust_time(120, 4)
dlg:showxy( iup.CENTER, iup.CENTER )