Revision 7ce172f6

b/trunk/Pithos.Client.WPF/Shell/AboutView.xaml
43 43
                <ColumnDefinition Width="Auto"/>
44 44
                
45 45
            </Grid.ColumnDefinitions>
46
            <Button x:Name="CheckForUpdates" Content="Check For Upates" Grid.Column="0" HorizontalAlignment="Center" Width="110" Margin="5" />
46
            <Button x:Name="CheckForUpdates" Content="Check For Updates" Grid.Column="0" HorizontalAlignment="Center" Width="110" Margin="5" />
47 47
            <Button x:Name="CloseAbout" Content="OK" Grid.Column="2" HorizontalAlignment="Center" Width="75" Margin="5" />
48 48
        </Grid>
49 49
    </Grid>
b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
484 484
		}
485 485

  
486 486
		
487
/*
487

  
488 488
		public void GoToSite()
489 489
		{            
490
			var site = Properties.Settings.Default.PithosSite;
490
			var site = Properties.Settings.Default.ProductionServer;
491 491
			Process.Start(site);            
492 492
		}
493
*/
493

  
494 494

  
495 495
		public void GoToSite(AccountInfo account)
496 496
		{
b/trunk/Pithos.Installer/PithosPlus.iss
570 570
Filename: cmd; parameters: /c taskkill /f /im pithos.client.WPF.exe; Flags: runhidden
571 571
;Launch Redist
572 572
Filename: {tmp}\dotNetFx40_Client_setup.exe; Description: Install Microsoft .Net Framework 4.0; Parameters: /q /noreboot; Flags: skipifdoesntexist; Check: ShouldInstalldotNET40
573
Filename: {app}\UninsHs.exe; Parameters: /r0=AppId,{language},{srcexe}; Flags: runminimized

573
Filename: {app}\UninsHs.exe; Parameters: /r0=AppId,{language},{srcexe}; Flags: runminimized
b/trunk/Pithos.Installer/PithosPlus.~is
570 570
Filename: cmd; parameters: /c taskkill /f /im pithos.client.WPF.exe; Flags: runhidden
571 571
;Launch Redist
572 572
Filename: {tmp}\dotNetFx40_Client_setup.exe; Description: Install Microsoft .Net Framework 4.0; Parameters: /q /noreboot; Flags: skipifdoesntexist; Check: ShouldInstalldotNET40
573
Filename: {app}\UninsHs.exe; Parameters: /r0=AppId,{language},{srcexe}; Flags: runminimized
573
Filename: {app}\UninsHs.exe; Parameters: /r0=AppId,{language},{srcexe}; Flags: runminimized
b/trunk/Pithos.Installer/versioninfo.xml
7 7
		<description></description>      
8 8
		<language>en</language>  
9 9
		<item>            
10
			<title>Version 0.7.20317</title>
11
			<sparkle:releaseNotesLink>https://code.grnet.gr/projects/pithos-ms-client/repository/revisions/master/raw/trunk/Pithos.Installer/rnotes.0.7.20315.html</sparkle:releaseNotesLink>
12
			<pubDate>Tue, 28 Mar 2012 17:55:00 +0200</pubDate>
13
			<enclosure 
14
				url="https://code.grnet.gr/attachments/download/1047/PithosPlus_Setupv0.7.20317.0.exe"
15
				length="4931211" 
16
				type="application/octet-stream"
17
				sparkle:version="0.7.20317" 
18
			/>
19
		</item>
20
		<item>            
10 21
			<title>Version 0.7.20316</title>
11 22
			<sparkle:releaseNotesLink>https://code.grnet.gr/projects/pithos-ms-client/repository/revisions/master/raw/trunk/Pithos.Installer/rnotes.0.7.20315.html</sparkle:releaseNotesLink>
12 23
			<pubDate>Tue, 28 Mar 2012 13:14:00 +0200</pubDate>

Also available in: Unified diff