Update homepage URLs in installer and About view.
This commit is contained in:
parent
ae012d42fb
commit
eae8cb718b
2
deploy/make-installer.iss
Normal file → Executable file
2
deploy/make-installer.iss
Normal file → Executable file
@ -8,7 +8,7 @@
|
||||
#define ADDIN_NAME "zaaReloaded"
|
||||
#define COMPANY "Daniel Kraus (bovender)"
|
||||
#define DESCRIPTION "Word-Addin, das Lauris-Laborwerte in der Zentralen Arztbriefablage formatiert."
|
||||
#define HOMEPAGE "http://zaa.nephrowiki.de"
|
||||
#define HOMEPAGE "https://doktorkraus.de/zaareloaded"
|
||||
#define REGKEY "zaaReloaded2"
|
||||
|
||||
#define SOURCEDIR "..\zaaReloaded2\bin\Release\"
|
||||
|
@ -38,7 +38,7 @@
|
||||
<TextBlock TextAlignment="Center" Margin="0, 10, 0, 10">
|
||||
Homepage:
|
||||
<Hyperlink Command="{Binding GotoHomepageCommand}">
|
||||
<TextBlock Text="zaa.nephrowiki.de" />
|
||||
<TextBlock Text="doktorkraus.de/zaareloaded" />
|
||||
</Hyperlink>
|
||||
<LineBreak />
|
||||
Quellcode:
|
||||
|
Loading…
Reference in New Issue
Block a user