mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Minor changes and IT resource file.
svn path=/trunk/; revision=17570
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/* $Id$ */
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
/* String Tables */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CAPTION "Installazione di ReactOS"
|
||||
IDS_TEXT "Non è possibile installare direttamente ReactOS da questo CD!\n\n"\
|
||||
"Per installare ReactOS, riavvia il computer da questo CD."
|
||||
END
|
||||
|
||||
/* EOF */
|
||||
@@ -51,13 +51,13 @@ WinMain(HINSTANCE hInst,
|
||||
if (!LoadString(hInstance,
|
||||
IDS_CAPTION,
|
||||
szCaption,
|
||||
256))
|
||||
(sizeof szCaption / sizeof szCaption[0])))
|
||||
return 0;
|
||||
|
||||
if (!LoadString(hInstance,
|
||||
IDS_TEXT,
|
||||
szText,
|
||||
256))
|
||||
(sizeof szText / sizeof szText[0])))
|
||||
return 0;
|
||||
|
||||
MessageBox(NULL,
|
||||
|
||||
@@ -20,5 +20,6 @@ IDI_MAIN ICON "res/reactos.ico"
|
||||
#include "Cz.rc"
|
||||
#include "De.rc"
|
||||
#include "Sv.rc"
|
||||
#include "It.rc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user