diff options
| -rw-r--r-- | test/grid_dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/grid_dialog.cxx b/test/grid_dialog.cxx index 305a3c0ba..72ffe66b4 100644 --- a/test/grid_dialog.cxx +++ b/test/grid_dialog.cxx @@ -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", |
