demos/sqlbrowser/browser.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
   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 }