Skip to content

Commit

Permalink
Merge pull request #153 from teclator/network_setup
Browse files Browse the repository at this point in the history
Unified shortcut 'alt-w' for network setup button (bsc#974216)
  • Loading branch information
teclator committed Apr 6, 2016
2 parents 3689ef6 + 74cfe45 commit 8758951
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/yast2-packager.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 6 09:57:59 UTC 2016 - knut.anderssen@suse.com

- Explicitly resolve shortcut conflicts proposing 'alt-w' for
[Network Configuration]. (bsc#974216)
- 3.1.94

-------------------------------------------------------------------
Mon Apr 4 09:15:27 CEST 2016 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-packager.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-packager
Version: 3.1.93
Version: 3.1.94
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 2 additions & 2 deletions src/modules/SourceDialogs.rb
Expand Up @@ -1998,7 +1998,7 @@ def addon_checkbox_term
@display_addon_checkbox ?
VBox(
Left(CheckBox(Id(:add_addon), Opt(:notify),
_("I would like to install an additional Add On Product"), false)),
_("I would li&ke to install an additional Add On Product"), false)),
VSpacing(1),
) :
Empty()
Expand All @@ -2017,7 +2017,7 @@ def scc_repos_widget

def network_button
if Mode.installation || Mode.live_installation || Mode.update
Right(PushButton(Id(:network), _("Network Configuration...")))
Right(PushButton(Id(:network), _("Net&work Configuration...")))
else
Empty()
end
Expand Down

0 comments on commit 8758951

Please sign in to comment.