Skip to content

Commit

Permalink
Change label on project configuration screen.
Browse files Browse the repository at this point in the history
Fixes #24.
  • Loading branch information
gshakhn committed Feb 20, 2013
1 parent 0951c69 commit d066ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Changelog
Version 1.0.6-SNAPSHOT
- Fix Open in Browser if host doesn't have http:// (see [#23](https://github.com/gshakhn/sonar-intellij-plugin/issues/23) and [#26](https://github.com/gshakhn/sonar-intellij-plugin/pull/26))
- Add URL to plugin.xml so website shows up in JetBrains repository. (see [#21](https://github.com/gshakhn/sonar-intellij-plugin/issues/21))
- Change text in Project Configuration UI so it's more intuitive. (see [#24][https://github.com/gshakhn/sonar-intellij-plugin/issues/24))

Version 1.0.5
- Fix NPE if looking at file that isn't analyzed by sonar. (see [#17](https://github.com/gshakhn/sonar-intellij-plugin/issues/17))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Get projects"/>
<text value="Test Connection"/>
</properties>
</component>
<component id="d1245" class="javax.swing.JCheckBox" binding="useProxyBox">
Expand Down

0 comments on commit d066ae9

Please sign in to comment.