ExtendedNotification: notification-message-text.patch
| File notification-message-text.patch, 387 bytes (added by erijo, 2 years ago) |
|---|
-
src/user.cpp
old new 2995 2995 sprintf(szTemp, "%d", NewMessages()); 2996 2996 sz = szTemp; 2997 2997 break; 2998 case 'M': 2999 sz = EventPeekLast()->Text(); 3000 break; 2998 3001 case '%': 2999 3002 strcpy(szTemp, "\%"); 3000 3003 sz = szTemp;
