Changeset 45958 in vbox
- Timestamp:
- May 8, 2013 8:08:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r45956 r45958 4392 4392 { 4393 4393 if (pDisplay->mcMonitors > 1) 4394 rc = RTStrAPrintf(&pszName, "%s-%u%s", pszAbsPath, uScreen , pszExt);4394 rc = RTStrAPrintf(&pszName, "%s-%u%s", pszAbsPath, uScreen+1, pszExt); 4395 4395 else 4396 4396 rc = RTStrAPrintf(&pszName, "%s%s", pszAbsPath, pszExt);
Note:
See TracChangeset
for help on using the changeset viewer.