Changeset 91407 in vbox for trunk/src/VBox
- Timestamp:
- Sep 27, 2021 3:20:15 PM (3 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 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 -
trunk/src/VBox/Main/src-all/ExtPackUtil.cpp
r91406 r91407 44 44 * Defined Constants And Macros * 45 45 *********************************************************************************************************************************/ 46 /** 47 * Translation context for this file. 48 */ 49 DECLARE_TRANSLATION_CONTEXT(ExtPackUtil) 46 DECLARE_TRANSLATION_CONTEXT(ExtPackUtil); 50 47 51 48
Note:
See TracChangeset
for help on using the changeset viewer.