Changeset 54185 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Feb 12, 2015 9:28:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r54019 r54185 69 69 if (pszMessage && cRespawn == 0) 70 70 { 71 pszCommand = RTStrAPrintf2("notify-send -t 5 \"VBoxClient: %s\"", 72 pszMessage); 71 pszCommand = RTStrAPrintf2("notify-send \"VBoxClient: %s\"", pszMessage); 73 72 if (pszCommand) 74 73 system(pszCommand);
Note:
See TracChangeset
for help on using the changeset viewer.