-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdc4de5
commit 5839165
Showing
4 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,18 +20,18 @@ | |
#define _INTERNET_ | ||
|
||
#define MYEMAIL "[email protected]" | ||
#define MYWEBSITE "http://keithhedger.freeddns.org" | ||
#define GLOBALWEBSITE "http://khapplications.freeddns.org" | ||
#define MYWEBSITE "http://keithdhedger.github.io/" | ||
#define GLOBALWEBSITE "http://keithdhedger.github.io" | ||
#define ASPELLPAGE GLOBALWEBSITE "/pages/aspellgui/aspelgui.html" | ||
#define MANPAGEPAGE GLOBALWEBSITE "/pages/manpageeditor/help.html" | ||
#define CLIPVIEW GLOBALWEBSITE "/pages/clipviewer/clip.html" | ||
#define THEMEMANAGER GLOBALWEBSITE "/pages/apps.html#themeed" | ||
#define COMPMANAGER GLOBALWEBSITE "/pages/apps.html#xfcecomp" | ||
#define KKEDITPAGE "http://keithdhedger.github.io/KKEdit/" | ||
#define KKEDITPAGEFR "http://keithdhedger.github.io/KKEdit/help.fr.html" | ||
#define KKTERMINALPAGE "http://khapplications.freeddns.org/pages/kkterminal/kkterminal.html" | ||
#define KKTERMINALPAGE GLOBALWEBSITE "/pages/kkterminal/kkterminal.html" | ||
|
||
#define COPYRITE "Copyright \xc2\xa9 2013-2016 K.D.Hedger" | ||
#define COPYRITE "Copyright © 2013-2016 K.D.Hedger" | ||
|
||
#ifndef _USEQT5_ | ||
extern const char *moreapps[]; | ||
|