1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 00:29:41 +02:00

Explanation of XXO() macro's purpose.

This commit is contained in:
James Crook 2020-05-22 18:50:45 +01:00
parent 5d80f1922c
commit 6a50a6fad5

View File

@ -34,8 +34,9 @@ extern AUDACITY_DLL_API const wxString& GetCustomSubstitution(const wxString& st
// Marks strings for extraction only, where '&', preceding men accelerators, MAY // Marks strings for extraction only, where '&', preceding men accelerators, MAY
// occur. // occur.
// For now, expands eactly as macro XO does, but in future there will be a // For now, expands exactly as macro XO does, but in future there will be a
// type distinction. // type distinction - for example XXO should be used for menu item names that
// might use the & character for shortcuts.
#define XXO(s) XO(s) #define XXO(s) XO(s)
#ifdef _ #ifdef _