Changeset 261 in Main for trunk/Server/gui.rc


Ignore:
Timestamp:
Oct 5, 2024, 8:19:59 AM (6 weeks ago)
Author:
Nishi
Message:

attempt to fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/gui.rc

    r257 r261  
    22
    33#include <windows.h>
     4
     5#ifdef _MSC_VER
     6#include <winresrc.h>
     7#endif
     8
    49#include "gui.h"
    510#include "tw_version.h"
     
    1419        LTEXT TW_VERSION_TEXT, GUI_TEWI_NAME, 42, 5, 192, 50
    1520        LTEXT "Original by Nishi <nishi@nishi.boats>", GUI_TEWI_ORIGINAL, 42, 5 + 8, 192, 50
    16         LTEXT "Website: http://nishi.boats/tewi", GUI_TEWI_ORIGINAL, 42, 5 + 8 * 2, 192, 50
     21        LTEXT "Website: http://nishi.boats/tewi", GUI_TEWI_WEBSITE, 42, 5 + 8 * 2, 192, 50
    1722        DEFPUSHBUTTON "&OK", IDOK, 75, 35, 50, 10
    1823}
Note: See TracChangeset for help on using the changeset viewer.