From 3add15dffe8c4ac404129d644f8b0bf730a7640f Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 30 Apr 2017 13:54:38 +0800 Subject: [PATCH] Update doc_zh.md --- docs/doc_zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doc_zh.md b/docs/doc_zh.md index ead34be..a10b501 100644 --- a/docs/doc_zh.md +++ b/docs/doc_zh.md @@ -398,7 +398,7 @@ robotgo.ScrollMouse(50, "down") Returns new bitmap object created from a portion of another -###

.Convert(openpath, savepath,MMImageType)

+###

.Convert(openpath, savepath, MMImageType)

转换 bitmap 图片格式 @@ -458,7 +458,7 @@ func main() { ##

窗口

-###

.ShowAlert(title, msg,defaultButton,cancelButton string)

+###

.ShowAlert(title, msg, defaultButton, cancelButton string)

Displays alert with the given attributes. If cancelButton is not given, only the defaultButton is displayed