Merge pull request #7 from izzy84075/gettext-cs

Look in data/icons for icon, fix initial setup forms
This commit is contained in:
Alejandro Serrano 2012-02-04 03:42:14 -08:00
commit bef133a484
2 changed files with 3 additions and 2 deletions

View file

@ -186,6 +186,7 @@ namespace SparkleShare {
this.buttonNext.TabIndex = 3; this.buttonNext.TabIndex = 3;
this.buttonNext.Text = "Next"; this.buttonNext.Text = "Next";
this.buttonNext.UseVisualStyleBackColor = true; this.buttonNext.UseVisualStyleBackColor = true;
this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
// //
// NameEntry // NameEntry
// //

View file

@ -30,7 +30,7 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>
<ApplicationIcon>sparkleshare.ico</ApplicationIcon> <ApplicationIcon>..\..\data\icons\sparkleshare.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -409,6 +409,6 @@
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="sparkleshare.ico" /> <Content Include="..\..\data\icons\sparkleshare.ico" />
</ItemGroup> </ItemGroup>
</Project> </Project>