Skip to content

Commit

Permalink
revise version text
Browse files Browse the repository at this point in the history
  • Loading branch information
hungtatai committed Aug 25, 2014
1 parent 766bbef commit cc0d37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/preference_panel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def compass_version_composite()
button_group.setLayout( rowlayout );

@button_version_default = Swt::Widgets::Button.new(button_group, Swt::SWT::RADIO )
@button_version_default.setText("Default (Sass 3.3.10 + Compass 1.0.0.alpha.20)")
@button_version_default.setText("Default (Sass 3.4.1 + Compass 1.0.0)")
@button_version_default.setSelection( App::CONFIG['use_version'] == 1.0 )
@button_version_default.addListener(Swt::SWT::Selection, compass_version_button_handler)

Expand Down

0 comments on commit cc0d37b

Please sign in to comment.