From 11db04b350382c021edf83e2f91b3cace090989b Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 2 May 2012 12:56:01 -0700 Subject: [PATCH] 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 --- README | 2 +- gtk-gui.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index d7ed22a..66d9530 100644 --- a/README +++ b/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 diff --git a/gtk-gui.c b/gtk-gui.c index 0bc7995..23848f8 100644 --- a/gtk-gui.c +++ b/gtk-gui.c @@ -624,13 +624,13 @@ static const gchar* ui_string = " \ \ \ \ - \ - \ \ - \ + \ \ \ \ + \ + \ \ \ \ -- 2.43.0