src/widget.c: sanitized sprinkled 'const' qualifiers

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
Sergei Trofimovich 2009-08-22 14:45:07 +03:00 committed by Andrew Borodin
parent 5f5d3b8caf
commit 67d5824320
1 changed files with 1 additions and 1 deletions

View File

@ -2509,7 +2509,7 @@ buttonbar_callback (Widget *w, widget_msg_t msg, int parm)
{
WButtonBar *bb = (WButtonBar *) w;
int i;
char *text;
const char *text;
switch (msg) {
case WIDGET_FOCUS: