Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Add separator to menu item option and change createProfile window
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Frost committed Apr 16, 2020
1 parent 32a4506 commit 6b42491
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions AttestationsGenerator/AttestationsGenerator.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<MenuItem Header="_Créer un profile" Click="Create_Profile_Click" />
<MenuItem Header="_Modifier un profile" Click="Modify_Profile_Click"/>
<MenuItem Header="_Supprimer un profile" Click="Delete_Profile_Click"/>
<Separator/>
<MenuItem Header="_Générer un template de fichier profiles.json" Click="Generate_Profiles_Click" />
<MenuItem Header="_Charger le fichier profiles.json" Click="Load_Profiles_Click" />
</MenuItem>
Expand Down
1 change: 1 addition & 0 deletions AttestationsGenerator/AttestationsGenerator.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ private void Modify_Profile_Click(object sender, RoutedEventArgs e)
createProfile.Address.Text = profile.Address;
createProfile.City.Text = profile.City;
createProfile.CreateProfileButton.Content = "Modifier le profile";
createProfile.Title = "Modifier un profile";
createProfile.ShowDialog();
_ = LoadProfilesFile();
}
Expand Down
8 changes: 4 additions & 4 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -429,15 +429,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Générateur d'attestation"
"ProductCode" = "8:{1F0D7D40-C7BB-4A5A-8FD8-7553070FB7E6}"
"PackageCode" = "8:{F9DF8554-F524-4591-AB3D-49276E113055}"
"ProductCode" = "8:{A006FD4A-3656-495F-B3D3-3C04E13A07CB}"
"PackageCode" = "8:{0DDA329E-79A2-42A5-A0FE-7791B15D1FDA}"
"UpgradeCode" = "8:{3A184958-1664-4602-BDA6-DAB7424E4270}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0.3"
"ProductVersion" = "8:1.0.4"
"Manufacturer" = "8:BabaWorld"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down Expand Up @@ -965,7 +965,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_825E0423722B445EA90B777D55F5FD77"
{
"SourcePath" = "8:..\\AttestationsGenerator\\obj\\Release\\AttestationsGenerator.exe"
"SourcePath" = "8:"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_4DE44A582CA34D3FA3FEFB7867A402F8"
Expand Down

0 comments on commit 6b42491

Please sign in to comment.