Changeset 53128 in vbox
- Timestamp:
- Oct 23, 2014 9:40:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r52082 r53128 2681 2681 { 2682 2682 case VERR_INVALID_PARAMETER: 2683 hr = setError(VBOX_E_IPRT_ERROR, tr("Opening directory \"%s\" failed; invalid parameters given" ,2684 aPath.c_str()) );2683 hr = setError(VBOX_E_IPRT_ERROR, tr("Opening directory \"%s\" failed; invalid parameters given"), 2684 aPath.c_str()); 2685 2685 break; 2686 2686 … … 2740 2740 2741 2741 case VERR_NOT_A_DIRECTORY: 2742 hr = setError(VBOX_E_IPRT_ERROR, tr("Element \"%s\" exists but is not a directory" ,2743 aPath.c_str()) );2742 hr = setError(VBOX_E_IPRT_ERROR, tr("Element \"%s\" exists but is not a directory"), 2743 aPath.c_str()); 2744 2744 break; 2745 2745
Note:
See TracChangeset
for help on using the changeset viewer.