Changeset 97113 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 12, 2022 1:55:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r96407 r97113 3329 3329 } 3330 3330 } 3331 else if (SUCCEEDED(hrc) && !pExtPack) 3332 { 3333 hrc = setError(E_FAIL, tr("Extension pack '%s' is not installed.\n"), a_pstrName->c_str()); 3334 } 3331 3335 3332 3336 /*
Note:
See TracChangeset
for help on using the changeset viewer.