181 self.__actions.append(self.newWindowAct) |
181 self.__actions.append(self.newWindowAct) |
182 |
182 |
183 # correct texts will be set later |
183 # correct texts will be set later |
184 self.openAct = EricAction( |
184 self.openAct = EricAction( |
185 self.tr("Open"), |
185 self.tr("Open"), |
186 EricPixmapCache.getIcon("documentOpen"), |
186 EricPixmapCache.getIcon("open"), |
187 self.tr("&Open..."), |
187 self.tr("&Open..."), |
188 QKeySequence(self.tr("Ctrl+O", "File|Open")), |
188 QKeySequence(self.tr("Ctrl+O", "File|Open")), |
189 0, |
189 0, |
190 self, |
190 self, |
191 "hexEditor_file_open", |
191 "hexEditor_file_open", |