Changeset 44578 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp
- Timestamp:
- Feb 7, 2013 10:44:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp
r44557 r44578 268 268 { 269 269 LogRel(("VBoxTray: ENUM_REGISTRY_SETTINGS Failed \n")); 270 return FALSE; // Store default failed270 return DISP_CHANGE_FAILED; // Store default failed 271 271 } 272 272 /* Save info about primary display */ … … 356 356 DispNum++; 357 357 } 358 /* we don't want to retry, as it may get stuck in an inifinite loop. */359 358 return dwStatus; 360 359 }
Note:
See TracChangeset
for help on using the changeset viewer.