changed title in progressbar to downloading...

This commit is contained in:
silvernode 2013-07-27 04:18:15 -05:00
parent 79e62e651c
commit cb585e6d6b

View File

@ -22,7 +22,7 @@ local function downloadStart(YtLink) --create button and cancle flag
local pTest = "1"
downloadProgress = iup.progressbar{expand="HORIZONTAL"}
dlgProgress = iup.dialog{ --create main window
title = YtLink,
title = "Downloading.. ",
dialogframe = "YES", border = "YES",
iup.vbox { -- create vbox that contains said objects
downloadProgress,