-
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
9372747
commit c2c828f
Showing
7 changed files
with
36 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Email: | ||
[email protected] | ||
[email protected] | ||
|
||
Reporting Bugs: | ||
Please report any bugs/problems to the above email, please do NOT post them on the various message boards where you may have obtained this software. | ||
|
@@ -26,4 +26,4 @@ I am always happy to look at adding new features, though not all feature request | |
|
||
Donations: | ||
If you want to donate money to any of my projects please use paypal and the email: | ||
kdhedger68713@gmail.com | ||
keithdhedger@gmail.com |
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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* | ||
* ©K. D. Hedger. Tue 28 Jun 10:44:42 BST 2016 kdhedger68713@gmail.com | ||
* ©K. D. Hedger. Tue 28 Jun 10:44:42 BST 2016 keithdhedger@gmail.com | ||
* Projects is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -19,14 +19,21 @@ | |
#ifndef _INTERNET_ | ||
#define _INTERNET_ | ||
|
||
#define MYEMAIL "[email protected]" | ||
#define MYWEBSITE "http://khapplications.darktech.org/index.html" | ||
#define GLOBALWEBSITE "http://khapplications.darktech.org" | ||
#define MYEMAIL "[email protected]" | ||
#define MYWEBSITE "http://khapplications.freeddns.org/index.html" | ||
#define GLOBALWEBSITE "http://khapplications.freeddns.org" | ||
#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://kkedit.freeddns.org" | ||
#define KKTERMINALPAGE "http://khapplications.freeddns.org/pages/kkterminal/kkterminal.html" | ||
|
||
#define COPYRITE "Copyright \xc2\xa9 2013-2016 K.D.Hedger" | ||
|
||
#ifndef _USEQT5_ | ||
extern const char *moreapps[]; | ||
extern const char *authors[]; | ||
#else | ||
extern const char* authors; | ||
|
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