equal
deleted
inserted
replaced
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 } |