Version update to 3.2.

Some text fixes.
This commit is contained in:
Lorenz Cuno Klopfenstein 2010-10-10 13:35:24 +02:00
parent 8ab1cfd784
commit 16e9b66fb2
7 changed files with 8 additions and 7 deletions

View file

@ -7,6 +7,7 @@ namespace OnTopReplica {
public class CloseRequestEventArgs : EventArgs {
public WindowHandle LastWindowHandle { get; set; }
public Rectangle? LastRegion { get; set; }
}

View file

@ -48,7 +48,7 @@
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>3.0.2.%2a</ApplicationVersion>
<ApplicationVersion>3.2.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>

View file

@ -16,6 +16,6 @@
<EnableSecurityDebugging>false</EnableSecurityDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartArguments>/windowId=459573 /r=20,20,100,80</StartArguments>
<StartArguments>/windowId=459572 /r=20,20,100,80</StartArguments>
</PropertyGroup>
</Project>

View file

@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.1.0")]
[assembly: AssemblyFileVersion("3.1.1.0")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]

View file

@ -171,7 +171,7 @@ Dette program kræver Windows Vista Home Premium eller bedre.</value>
<value>Ingen miniature indlæst.</value>
</data>
<data name="ErrorUnableToCreateThumbnail" xml:space="preserve">
<value>Kan ikke lave miniature.</value>
<value>Kan ikke lave miniature</value>
</data>
<data name="ErrorUnableToFit" xml:space="preserve">
<value>Kunne ikke passes til vinduet.</value>

View file

@ -281,7 +281,7 @@ Per farlo, clicca col tasto destro del mouse sul desktop e poi su Personalizza.<
<value>Nessuna finestra clonata al momento.</value>
</data>
<data name="ErrorUnableToCreateThumbnail" xml:space="preserve">
<value>Impossibile clonare la finestra.</value>
<value>Impossibile clonare la finestra</value>
</data>
<data name="ErrorUnableToFit" xml:space="preserve">
<value>Impossibile adattare la finestra.</value>

View file

@ -281,7 +281,7 @@ You must run this application on Windows Vista Home Premium or better.</value>
<value>No thumbnail loaded.</value>
</data>
<data name="ErrorUnableToCreateThumbnail" xml:space="preserve">
<value>Unable to create thumbnail.</value>
<value>Unable to create thumbnail</value>
</data>
<data name="ErrorUnableToFit" xml:space="preserve">
<value>Unable to fit window.</value>