diff options
Diffstat (limited to 'append-comment.lua')
-rw-r--r-- | append-comment.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/append-comment.lua b/append-comment.lua index 9f62ed2..d6a7715 100644 --- a/append-comment.lua +++ b/append-comment.lua @@ -1,7 +1,7 @@ script_name = "Append Comment" -script_description = "ts do all the work pls kthxbye" +script_description = "{ts do all the work pls kthxbye}" script_author = "garret" -script_version = "1.0.0" +script_version = "1.1.0" inspect = require 'inspect' function log(level, msg) @@ -28,7 +28,7 @@ function main(sub, sel) label="Comment:" }, { - class="textbox",name="msg", + class="edit",name="msg", x=0,y=1,width=1,height=2, value="" } |