X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fabout.m;h=dc0ef540d7745ef432cf48cc9c48c0384e37c34a;hb=e56d11f0586ce8970a684c55d685cc122b82bd4a;hp=a6b42bc9edddb83c949cbdb4b4f567ef2fb835b8;hpb=15c3e9e9e742ad592d219c820d9dc31b973b02cf;p=vlc diff --git a/modules/gui/macosx/about.m b/modules/gui/macosx/about.m index a6b42bc9ed..dc0ef540d7 100644 --- a/modules/gui/macosx/about.m +++ b/modules/gui/macosx/about.m @@ -31,11 +31,11 @@ #import #ifdef __x86_64__ -#define PLATFORM "Intel" +#define PLATFORM "Intel 64bit" #elif __i386__ -#define PLATFORM "Intel" +#define PLATFORM "Intel 32bit" #else -#define PLATFORM "PowerPC" +#define PLATFORM "PowerPC 32bit" #endif /*****************************************************************************