131 self, |
131 self, |
132 "sql_file_quit", |
132 "sql_file_quit", |
133 ) |
133 ) |
134 self.exitAct.setStatusTip(self.tr("Quit the SQL browser")) |
134 self.exitAct.setStatusTip(self.tr("Quit the SQL browser")) |
135 self.exitAct.setWhatsThis( |
135 self.exitAct.setWhatsThis( |
136 self.tr("""<b>Quit</b>""" """<p>Quit the SQL browser.</p>""") |
136 self.tr("""<b>Quit</b><p>Quit the SQL browser.</p>""") |
137 ) |
137 ) |
138 self.exitAct.triggered.connect(ericApp().closeAllWindows) |
138 self.exitAct.triggered.connect(ericApp().closeAllWindows) |
139 |
139 |
140 self.aboutAct = EricAction( |
140 self.aboutAct = EricAction( |
141 self.tr("About"), self.tr("&About"), 0, 0, self, "sql_help_about" |
141 self.tr("About"), self.tr("&About"), 0, 0, self, "sql_help_about" |