Fix compiler warning

"extended initializer lists only available with ‘-std=c++11’ ..."
This commit is contained in:
Albrecht Schlosser 2023-11-19 19:46:36 +01:00
parent 7e8994c4a2
commit 8b352987f6

View File

@ -54,7 +54,7 @@ static const int GAP = 8;
static const char *labels[5] = {
"Quit", "Copy", "Cancel", "OK", "More ..." };
static const char *tooltips[5] {
static const char *tooltips[5] = {
"Quit this program",
"Copy the message text to the clipboard",
"Cancel - does nothing",