Revision dd0f9366

b/trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml
124 124
                                    <ColumnDefinition Width="*"/>
125 125
                                    <ColumnDefinition Width="Auto"/>
126 126
                                </Grid.ColumnDefinitions>
127
                                <TextBox  Name="CurrentAccount_RootPath" Margin="5" HorizontalAlignment="Stretch" Grid.Column="0" IsReadOnly="True" ToolTip="{Binding CurrentAccount.RootPath}"/>                                    
128
                                
129
                                <Button Name="MoveAccountFolder" Content="Move ..." Width="60" Height="30" Grid.Column="1" />
127
                                <TextBox  Name="CurrentAccount_RootPath" Margin="1,5,5,-30" HorizontalAlignment="Stretch" IsReadOnly="True" ToolTip="{Binding CurrentAccount.RootPath}" Height="61" TextWrapping="WrapWithOverflow" />
130 128
                            </Grid>
131
                            <CheckBox Name="CurrentAccount_IsActive" Content="Account is Active" Grid.Column="1" Grid.Row="4" Margin="5"/>
132
                            <Button Name="SelectiveSyncFolders" Content="Selective Sync" Width="Auto" HorizontalAlignment="Left" Style="{StaticResource ButtonStyle}" Grid.Column="1" Grid.Row="6"/>
133
                            
129
                            <CheckBox Name="CurrentAccount_IsActive" Content="Account is Active" Grid.Row="6" Margin="6,66,126,6" Grid.ColumnSpan="2" />
130
                            <Button Name="SelectiveSyncFolders" Content="Selective Sync" Width="Auto" HorizontalAlignment="Right" Style="{StaticResource ButtonStyle}" Grid.Row="6" Margin="0,40,18,24" Grid.Column="1" />
131
                            <Button Name="MoveAccountFolder" Content="Move ..." Margin="6,40,126,24" Grid.Row="6" Grid.Column="1" />
134 132
                        </Grid>
135 133
                        
136 134
                    </GroupBox>
b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs
93 93
// You can specify all the values or you can default the Build and Revision Numbers 
94 94
// by using the '*' as shown below:
95 95
// [assembly: AssemblyVersion("1.0.*")]
96
[assembly: AssemblyVersion("0.7.20317.0")]
97
[assembly: AssemblyFileVersionAttribute("0.7.20317.0")]
96
[assembly: AssemblyVersion("0.7.20318.0")]
97
[assembly: AssemblyFileVersionAttribute("0.7.20318.0")]
b/trunk/Pithos.Installer/PithosPlus.iss
43 43
UninstallDisplayIcon={app}\PithosPlus.exe
44 44
WizardImageFile=Images\ppWZDImage.bmp
45 45
WizardSmallImageFile=Images\pithos_logo-square-icon-35.bmp
46
WizardImageBackColor=$FFFFFF
46 47
VersionInfoVersion={#MyAppVersion}
47 48
MinVersion=0,5.01sp3
48 49
ArchitecturesInstallIn64BitMode=x64
......
565 566
    end;
566 567
    
567 568
[Run]
568
;Kill Running Task
569
;Kill Running Task from older versions
569 570
Filename: cmd; parameters: /c taskkill /f /im pithos.exe; Flags: runhidden
570 571
Filename: cmd; parameters: /c taskkill /f /im pithos.client.WPF.exe; Flags: runhidden
571 572
;Launch Redist
b/trunk/Pithos.Installer/PithosPlus.~is
565 565
    end;
566 566
    
567 567
[Run]
568
;Kill Running Task
568
;Kill Running Task from older versions
569 569
Filename: cmd; parameters: /c taskkill /f /im pithos.exe; Flags: runhidden
570 570
Filename: cmd; parameters: /c taskkill /f /im pithos.client.WPF.exe; Flags: runhidden
571 571
;Launch Redist

Also available in: Unified diff