Robert Shearman : notepad: Add a Font menu item for the Chinese locale.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 18 05:28:34 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 76316796bf347df8c05474fc226a79b35dcdf0e5
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=76316796bf347df8c05474fc226a79b35dcdf0e5

Author: Robert Shearman <rob at codeweavers.com>
Date:   Wed Jan 18 11:28:48 2006 +0100

notepad: Add a Font menu item for the Chinese locale.

---

 programs/notepad/Zh.rc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/notepad/Zh.rc b/programs/notepad/Zh.rc
index a065bd7..010fe9b 100644
--- a/programs/notepad/Zh.rc
+++ b/programs/notepad/Zh.rc
@@ -43,6 +43,7 @@ POPUP "±à¼­£¨&E£©" {
   MENUITEM "²åÈëÈÕÆÚ¡¢Ê±¼ä£¨&T£©\tF5",    CMD_TIME_DATE
   MENUITEM SEPARATOR
   MENUITEM "×Ô¶¯»»ÐУ¨&W£©",  CMD_WRAP
+  MENUITEM "&Font...",          CMD_FONT /* FIXME */
  }
 POPUP "ËÑË÷£¨&S£©" {
   MENUITEM "ËÑË÷£¨&S£©",           CMD_SEARCH




More information about the wine-cvs mailing list