Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpc/stand/hpcboot/res Mark resources as language ne...



details:   https://anonhg.NetBSD.org/src/rev/49c06e1630a7
branches:  trunk
changeset: 580850:49c06e1630a7
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed May 11 14:19:36 2005 +0000

description:
Mark resources as language neutral, so that language is not picked
from the complation environment.

diffstat:

 sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9903e5475f97 -r 49c06e1630a7 sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc
--- a/sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc Wed May 11 13:59:27 2005 +0000
+++ b/sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc Wed May 11 14:19:36 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpcmenu.rc,v 1.13 2005/05/11 13:59:27 uwe Exp $        */
+/*     $NetBSD: hpcmenu.rc,v 1.14 2005/05/11 14:19:36 uwe Exp $        */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -43,6 +43,8 @@
 #include "resource.h"
 #undef APSTUDIO_READONLY_SYMBOLS
 
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
 STRINGTABLE DISCARDABLE
 {
        IDS_APP_TITLE                   "hpcboot"



Home | Main Index | Thread Index | Old Index