Skip to content

Commit

Permalink
Add & to Add
Browse files Browse the repository at this point in the history
Added "&" into the name of the "Add" action in db editor
so that it can be accessed through Alt->F->A
  • Loading branch information
Henrik Koski committed Jun 4, 2024
1 parent 928c84d commit 9f20b98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions spinetoolbox/resources_icons_rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32528,7 +32528,7 @@
\x00\x00\x0b\xcc\x00\x00\x00\x00\x00\x01\x00\x07\xb0:\
\x00\x00\x01\x88\x04\xacr\xce\
\x00\x00\x07:\x00\x01\x00\x00\x00\x01\x00\x07\x18\xeb\
\x00\x00\x01\x8f\xc9\x86\xe9l\
\x00\x00\x01\x8f\xcdg\x9d\x05\
\x00\x00\x0aT\x00\x00\x00\x00\x00\x01\x00\x07\x8e%\
\x00\x00\x01\x88\x04\xacr\xd7\
\x00\x00\x09^\x00\x00\x00\x00\x00\x01\x00\x07\x5ci\
Expand All @@ -32538,13 +32538,13 @@
\x00\x00\x06\xc0\x00\x00\x00\x00\x00\x01\x00\x06\xf6%\
\x00\x00\x01\x88\x04\xacr\xcd\
\x00\x00\x0a\xf2\x00\x00\x00\x00\x00\x01\x00\x07\xa2T\
\x00\x00\x01\x8f\xc9\x86\xe9l\
\x00\x00\x01\x8f\xcdg\x9c\xfb\
\x00\x00\x0a\x80\x00\x00\x00\x00\x00\x01\x00\x07\x90\xe7\
\x00\x00\x01\x88\x04\xacr\xd5\
\x00\x00\x0a$\x00\x00\x00\x00\x00\x01\x00\x07\x8c\x8f\
\x00\x00\x01\x88\x04\xacr\xd3\
\x00\x00\x09\xe8\x00\x00\x00\x00\x00\x01\x00\x07{\x8f\
\x00\x00\x01\x8f\xc9\x86\xe9l\
\x00\x00\x01\x8f\xcdg\x9d\x00\
\x00\x00\x07\x8a\x00\x00\x00\x00\x00\x01\x00\x07\x1c+\
\x00\x00\x01\x88\x04\xacr\xd0\
\x00\x00\x0a\x98\x00\x00\x00\x00\x00\x01\x00\x07\x931\
Expand All @@ -32554,15 +32554,15 @@
\x00\x00\x0a\xb0\x00\x00\x00\x00\x00\x01\x00\x07\x94\x97\
\x00\x00\x01\x88\x04\xacr\xce\
\x00\x00\x0b\x88\x00\x00\x00\x00\x00\x01\x00\x07\xaa\x95\
\x00\x00\x01\x8f\xc9\x86\xe9]\
\x00\x00\x01\x8f\xcdg\x9c\xf1\
\x00\x00\x08&\x00\x01\x00\x00\x00\x01\x00\x07%\xca\
\x00\x00\x01\x88\x04\xacr\xd8\
\x00\x00\x08@\x00\x00\x00\x00\x00\x01\x00\x07&\xa4\
\x00\x00\x01\x88\x04\xacr\xd1\
\x00\x00\x0bb\x00\x00\x00\x00\x00\x01\x00\x07\xa8\xb6\
\x00\x00\x01\x88\x04\xacr\xd1\
\x00\x00\x06\x86\x00\x00\x00\x00\x00\x01\x00\x06\xf0\xb4\
\x00\x00\x01|\xe5\xd7\xceP\
\x00\x00\x01\x8f\xcdg\x9c\xf6\
\x00\x00\x04\xf0\x00\x00\x00\x00\x00\x01\x00\x07\x0c\x07\
\x00\x00\x01\x88\x04\xacr\xd1\
\x00\x00\x05X\x00\x00\x00\x00\x00\x01\x00\x078\x22\
Expand Down
2 changes: 1 addition & 1 deletion spinetoolbox/spine_db_editor/ui/spine_db_editor_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def retranslateUi(self, MainWindow):
#if QT_CONFIG(tooltip)
self.actionOpen_db_file.setToolTip(QCoreApplication.translate("MainWindow", u"<html><head/><body><p>Open database file</p></body></html>", None))
#endif // QT_CONFIG(tooltip)
self.actionAdd_db_file.setText(QCoreApplication.translate("MainWindow", u"Add...", None))
self.actionAdd_db_file.setText(QCoreApplication.translate("MainWindow", u"&Add...", None))
#if QT_CONFIG(tooltip)
self.actionAdd_db_file.setToolTip(QCoreApplication.translate("MainWindow", u"Add database file to the current view", None))
#endif // QT_CONFIG(tooltip)
Expand Down
2 changes: 1 addition & 1 deletion spinetoolbox/spine_db_editor/ui/spine_db_editor_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@
<normaloff>:/icons/menu_icons/folder-open-solid.svg</normaloff>:/icons/menu_icons/folder-open-solid.svg</iconset>
</property>
<property name="text">
<string>Add...</string>
<string>&amp;Add...</string>
</property>
<property name="toolTip">
<string>Add database file to the current view</string>
Expand Down

0 comments on commit 9f20b98

Please sign in to comment.