[gq-commit] gq/src schema.c,1.21,1.22
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-17 05:51:57
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv21992 Modified Files: schema.c Log Message: * Statusbar message now all start with an uppercase letter Index: schema.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/schema.c,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** schema.c 13 Oct 2003 07:27:44 -0000 1.21 --- schema.c 17 Oct 2003 05:46:07 -0000 1.22 *************** *** 137,141 **** if(res == NULL) { ! statusbar_msg("%s", _("no schema information found")); close_connection(server, FALSE); return(NULL); --- 137,141 ---- if(res == NULL) { ! statusbar_msg("%s", _("No schema information found")); close_connection(server, FALSE); return(NULL); *************** *** 158,162 **** if(subschema == NULL) { ! statusbar_msg("%s", _("no schema information found")); close_connection(server, FALSE); return(NULL); --- 158,162 ---- if(subschema == NULL) { ! statusbar_msg("%s", _("No schema information found")); close_connection(server, FALSE); return(NULL); *************** *** 180,184 **** if(res == NULL) { ! statusbar_msg("%s", _("no schema information found")); close_connection(server, FALSE); return(NULL); --- 180,184 ---- if(res == NULL) { ! statusbar_msg("%s", _("No schema information found")); close_connection(server, FALSE); return(NULL); |