Changeset 21991 for trunk/src


Ignore:
Timestamp:
Apr 2, 2012, 6:40:17 PM (13 years ago)
Author:
dmik
Message:

Remove compiler mention from About Odin dialog.

This is really internal detail that makes no practical use
for end users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbasenonclient.cpp

    r21963 r21991  
    14131413                *(VOID **)&ShellAboutA = (VOID *)GetProcAddress(hShell32, "ShellAboutA");
    14141414            }
    1415 #if defined(__IBMC__)
    1416             ShellAboutA(Win32Hwnd,"Odin","Odin alpha release compiled with IBM VAC++",0);
    1417 #elif defined(__GNUC__)
    1418             ShellAboutA(Win32Hwnd,"Odin","Odin beta release compiled with GCC",0);
    1419 #else
    1420 #error Specify the proper compiler message string!
    1421 #endif
     1415            ShellAboutA(Win32Hwnd,"Odin","Odin Beta",0);
    14221416        }
    14231417#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.