Skip to content

Commit

Permalink
Merge pull request #36 from Lich5/pr_720_drop_stormfront_label
Browse files Browse the repository at this point in the history
PR 720 remove StormFront label
  • Loading branch information
OSXLich-Doug authored Jan 8, 2025
2 parents ae76b66 + fa33302 commit 169e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Common/gui-manual-login.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
sw.set_policy(:automatic, :automatic)
sw.add(treeview)

stormfront_option = Gtk::RadioButton.new(:label => 'Stormfront | Wrayth')
stormfront_option = Gtk::RadioButton.new(:label => 'Wrayth')
wizard_option = Gtk::RadioButton.new(:label => 'Wizard', :member => stormfront_option)
avalon_option = Gtk::RadioButton.new(:label => 'Avalon', :member => stormfront_option)
suks_option = Gtk::RadioButton.new(:label => 'suks', :member => stormfront_option)
Expand Down

0 comments on commit 169e36a

Please sign in to comment.