diff options
Diffstat (limited to 'src/snd_dx.c')
-rw-r--r-- | src/snd_dx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snd_dx.c b/src/snd_dx.c index 17a41a0..beb87ea 100644 --- a/src/snd_dx.c +++ b/src/snd_dx.c @@ -262,7 +262,7 @@ static sndinitstat_t DS_Init (void) { if (MessageBox (NULL, "The sound hardware is in use by another app.\n\n" - "Select Retry to try to start sound again or Cancel to run " APPLICATION " with no sound.", + "Select Retry to try to start sound again or Cancel to run " PRODUCT " with no sound.", "Sound not available", MB_RETRYCANCEL | MB_SETFOREGROUND | MB_ICONEXCLAMATION) != IDRETRY) { |