OSDN Git Service

add copyright
[nethackexpress/trunk.git] / win / win32 / mhsplash.c
index 3c974bc..f39875e 100644 (file)
@@ -84,8 +84,8 @@ void mswin_display_splash_window (BOOL show_ver)
            buttop - controlrt.bottom - SPLASH_OFFSET_Y,
            clientrt.right - 2 * SPLASH_OFFSET_X, controlrt.bottom, TRUE);
        /* Fill the text control */
-       Sprintf(buf, "%s\r\n%s\r\n%s\r\n\r\n", COPYRIGHT_BANNER_A, COPYRIGHT_BANNER_B,
-           COPYRIGHT_BANNER_C);
+       Sprintf(buf, "%s\r\n%s\r\n%s\r\n%s\r\n\r\n", COPYRIGHT_BANNER_A, COPYRIGHT_BANNER_B,
+           COPYRIGHT_BANNER_B2, COPYRIGHT_BANNER_C);
        strsize = strlen(buf);
        
        if (show_ver) {