Alexander Nicolaysen Sørnes : winhelp: Update Norwegian Bokmål resource .

Alexandre Julliard julliard at winehq.org
Mon Apr 14 17:20:53 CDT 2008


Module: wine
Branch: master
Commit: a593d07d2d373ba904a267dbf7528db59a0a2be3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a593d07d2d373ba904a267dbf7528db59a0a2be3

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Mon Apr 14 18:14:26 2008 +0200

winhelp: Update Norwegian Bokmål resource.

---

 programs/winhelp/No.rc |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/programs/winhelp/No.rc b/programs/winhelp/No.rc
index f016efb..9f60725 100644
--- a/programs/winhelp/No.rc
+++ b/programs/winhelp/No.rc
@@ -1,7 +1,7 @@
 /*
  * Help Viewer
  *
- * Copyright 2005 Alexander N. Sørnes <alex at thehandofagony.com>
+ * Copyright 2005-2008 Alexander N. Sørnes <alex at thehandofagony.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -44,11 +44,21 @@ MAIN_MENU MENU LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
    MENUITEM SEPARATOR
    MENUITEM "&Informasjon . . .", MNID_HELP_ABOUT
 #ifdef WINELIB
-   MENUITEM "&om WINE", MNID_HELP_WINE
+   MENUITEM "&Om WINE", MNID_HELP_WINE
 #endif
  }
 }
 
+IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+FONT 8, "MS Shell Dlg"
+CAPTION "Innhold"
+{
+    LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
+    PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12
+    PUSHBUTTON "&Avbryt", IDCANCEL, 120, 170, 50, 12
+}
+
 /* Strings */
 STRINGTABLE DISCARDABLE LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
 {




More information about the wine-cvs mailing list