Changeset 91407 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 27, 2021 3:20:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VBoxNls.h
r91402 r91407 38 38 return VirtualBoxTranslator::translate(NULL, #ctx, pszSource, pszComment, iNum); \ 39 39 } \ 40 } ;40 } 41 41 #else 42 42 # define DECLARE_TRANSLATION_CONTEXT(ctx) \ … … 49 49 return pszSource; \ 50 50 } \ 51 } ;51 } 52 52 #endif 53 53
Note:
See TracChangeset
for help on using the changeset viewer.