From a2de64894a773d1874d0d1ea85e9dfa4ce5d9478 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 10 Apr 2020 18:52:00 +0100 Subject: [PATCH] Add art author. --- Aaru.Gui/ViewModels/AboutDialogViewModel.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Aaru.Gui/ViewModels/AboutDialogViewModel.cs b/Aaru.Gui/ViewModels/AboutDialogViewModel.cs index 82edccbb0..509db2628 100644 --- a/Aaru.Gui/ViewModels/AboutDialogViewModel.cs +++ b/Aaru.Gui/ViewModels/AboutDialogViewModel.cs @@ -73,7 +73,10 @@ Testers: Silas Laspada Public relations: - Noah Bacon"; + Noah Bacon + +Logo and art: + Juan Carlos Pastor Segura (Denymetanol)"; public ReactiveCommand WebsiteCommand { get; } public ReactiveCommand LicenseCommand { get; } public ReactiveCommand CloseCommand { get; }