From: Jordi Mas (jmas@softcatala.org)
Date: Fri Sep 05 2003 - 05:30:26 EDT
En/na Korvigelloù An Drouizig ha escrit:
> Hi all,
> 
> While doing our AbiWord translation, we noticed that the « OK » button of
> the plugins dialog box can not be translated,
> an entry in the translation file seems missing for it. It's not a big issue,
> but I guess it won't take a lot of time to fix,
> 
Yes, you right. I have fixed the problem. You do not need to translate any new 
string. Thanks.
Jordi,
--Jordi Mas i Hernàndez - Abiword developer - http://www.abisource.com jmas@softcatala.org - Softcatalà member - http://www.softcatala.org - Personal Homepage http://www.softcatala.org/~jmas
Index: src/af/xap/win/xap_Win32Dlg_PluginManager.cpp
===================================================================
RCS file: /cvsroot/abi/src/af/xap/win/xap_Win32Dlg_PluginManager.cpp,v
retrieving revision 1.12
diff -u -r1.12 xap_Win32Dlg_PluginManager.cpp
--- src/af/xap/win/xap_Win32Dlg_PluginManager.cpp	12 Aug 2003 12:35:59 -0000	1.12
+++ src/af/xap/win/xap_Win32Dlg_PluginManager.cpp	5 Sep 2003 09:37:15 -0000
@@ -76,7 +76,7 @@
         localizeDialogTitle(XAP_STRING_ID_DLG_PLUGIN_MANAGER_TITLE);
 
         /* Localise controls */	
-	localizeControlText(XAP_RID_DIALOG_PLUGIN_MANAGER_BTN_OK,			XAP_STRING_ID_DLG_OK);
+	localizeControlText(IDOK,			XAP_STRING_ID_DLG_OK);
         localizeControlText(XAP_RID_DIALOG_PLUGIN_MANAGER_BTN_ACTIVE,		XAP_STRING_ID_DLG_PLUGIN_MANAGER_ACTIVE);
         localizeControlText(XAP_RID_DIALOG_PLUGIN_MANAGER_BTN_DEACTIVATE,	XAP_STRING_ID_DLG_PLUGIN_MANAGER_DEACTIVATE);
         localizeControlText(XAP_RID_DIALOG_PLUGIN_MANAGER_BTN_DEACTIVATEALL,XAP_STRING_ID_DLG_PLUGIN_MANAGER_DEACTIVATE_ALL);
Index: src/af/xap/win/xap_Win32Res_DlgPlugin.rc2
===================================================================
RCS file: /cvsroot/abi/src/af/xap/win/xap_Win32Res_DlgPlugin.rc2,v
retrieving revision 1.7
diff -u -r1.7 xap_Win32Res_DlgPlugin.rc2
--- src/af/xap/win/xap_Win32Res_DlgPlugin.rc2	3 Sep 2003 20:39:09 -0000	1.7
+++ src/af/xap/win/xap_Win32Res_DlgPlugin.rc2	5 Sep 2003 09:37:15 -0000
@@ -36,7 +36,7 @@
 #define XAP_RID_DIALOG_PLUGIN_MANAGER_BTN_DEACTIVATE		1253
 #define XAP_RID_DIALOG_PLUGIN_MANAGER_BTN_DEACTIVATEALL		1254
 #define XAP_RID_DIALOG_PLUGIN_MANAGER_LBX_LIST				1255
-#define XAP_RID_DIALOG_PLUGIN_MANAGER_BTN_OK			1256
+
 
 
 // sub-dialog for the "Plugin Details" tab
This archive was generated by hypermail 2.1.4 : Fri Sep 05 2003 - 05:43:40 EDT