demos/sqlbrowser/browser.cpp
changeset 30 5dc02b23752f
parent 19 fcece45ef507
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   240 }
   240 }
   241 
   241 
   242 void Browser::about()
   242 void Browser::about()
   243 {
   243 {
   244     QMessageBox::about(this, tr("About"), tr("The SQL Browser demonstration "
   244     QMessageBox::about(this, tr("About"), tr("The SQL Browser demonstration "
   245         "show how a data browser can be used to visualize the results of SQL"
   245         "shows how a data browser can be used to visualize the results of SQL"
   246         "statements on a live database"));
   246         "statements on a live database"));
   247 }
   247 }