Module: wine Branch: master Commit: 86437f076ed32bfcdd3cc24bd7479ecf60abf3ad URL: http://source.winehq.org/git/wine.git/?a=commit;h=86437f076ed32bfcdd3cc24bd7...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Thu May 31 18:41:18 2007 +0200
shell32: Update Norwegian Bokmål resources.
---
dlls/shell32/shell32_No.rc | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/shell32_No.rc b/dlls/shell32/shell32_No.rc index c7ec269..a8540d7 100644 --- a/dlls/shell32/shell32_No.rc +++ b/dlls/shell32/shell32_No.rc @@ -1,5 +1,5 @@ /* - * Copyright 2005 Alexander N. S�rnes alex@thehandofagony.com + * Copyright 2005-2007 Alexander N. S�rnes alex@thehandofagony.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -104,6 +104,19 @@ FONT 8, "MS Shell Dlg" 4, 40, 180, 120 }
+SHELL_YESTOALL_MSGBOX DIALOG 200, 100, 280, 90 +STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "Meldings" +FONT 8, "MS Shell Dlg" +{ + DEFPUSHBUTTON "&Ja", IDYES, 34, 69, 53, 14, WS_GROUP | WS_TABSTOP + PUSHBUTTON "Ja til &alt", IDD_YESTOALL, 92, 69, 65, 14, WS_GROUP | WS_TABSTOP + PUSHBUTTON "&Nei", IDNO, 162, 69, 53, 14, WS_GROUP | WS_TABSTOP + PUSHBUTTON "&Avbry&t", IDCANCEL, 220, 69, 53, 14, WS_GROUP | WS_TABSTOP + ICON "", IDD_ICON, 10, 10, 16, 16 + LTEXT "", IDD_MESSAGE, 40, 10, 238, 52, 0 +} + SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Om %s"