mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Move the "Import" function from the File menu to the Log menu
Sure, you can import a file too, but it really makes more sense to have the actions related to importing new logs under "Log", I think. I don't think of it as a file operation. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b0ba22a068
commit
11db04b350
2 changed files with 4 additions and 4 deletions
2
README
2
README
|
@ -38,7 +38,7 @@ just do
|
|||
make
|
||||
./subsurface
|
||||
|
||||
and select "Import" from the File menu, tell it what dive computer you
|
||||
and select "Import" from the Log menu, tell it what dive computer you
|
||||
have (and where it is connected if you need to), and hit "OK".
|
||||
|
||||
NOTE! There are often multiple models of dive computers that import
|
||||
|
|
|
@ -624,13 +624,13 @@ static const gchar* ui_string = " \
|
|||
<menuitem name=\"Save\" action=\"SaveFile\" /> \
|
||||
<menuitem name=\"Print\" action=\"Print\" /> \
|
||||
<separator name=\"Separator1\"/> \
|
||||
<menuitem name=\"Import\" action=\"Import\" /> \
|
||||
<separator name=\"Separator2\"/> \
|
||||
<menuitem name=\"Preferences\" action=\"Preferences\" /> \
|
||||
<separator name=\"Separator3\"/> \
|
||||
<separator name=\"Separator2\"/> \
|
||||
<menuitem name=\"Quit\" action=\"Quit\" /> \
|
||||
</menu> \
|
||||
<menu name=\"LogMenu\" action=\"LogMenuAction\"> \
|
||||
<menuitem name=\"Import\" action=\"Import\" /> \
|
||||
<separator name=\"Separator\"/> \
|
||||
<menuitem name=\"Renumber\" action=\"Renumber\" /> \
|
||||
<menu name=\"View\" action=\"ViewMenuAction\"> \
|
||||
<menuitem name=\"List\" action=\"ViewList\" /> \
|
||||
|
|
Loading…
Reference in a new issue