From 600368c4edeaa177e62ec3647f9167ab02ecc97e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 13 Jun 2008 19:49:31 +0200 Subject: [PATCH] winecfg: Remove spaces before '...'. --- programs/winecfg/Zh.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winecfg/Zh.rc b/programs/winecfg/Zh.rc index 4e73f1dd0eb..209340081ef 100644 --- a/programs/winecfg/Zh.rc +++ b/programs/winecfg/Zh.rc @@ -50,7 +50,7 @@ BEGIN IDC_STATIC,15,20,227,30 CONTROL "Applications",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS, 15,50,230,150 - PUSHBUTTON "增加程式設定(&A) ...",IDC_APP_ADDAPP, 90,204,75,14 + PUSHBUTTON "增加程式設定(&A)...",IDC_APP_ADDAPP, 90,204,75,14 PUSHBUTTON "移除程式設定(&R)",IDC_APP_REMOVEAPP, 170,204,75,14 LTEXT "&Windows 版本:",IDC_STATIC,17,226,58,8 COMBOBOX IDC_WINVER,83,224,163,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP