From 5839165eba11c7ed849d6ff9e88f58470f742a34 Mon Sep 17 00:00:00 2001 From: K D Hedger Date: Fri, 16 Oct 2020 17:28:34 +0100 Subject: [PATCH] Fixed more links --- ChangeLog | 1 + KKEdit/src/globals.h | 4 ++-- KKEdit/src/internet.cpp | 30 +++++++++++++++--------------- KKEdit/src/internet.h | 8 ++++---- 4 files changed, 22 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5efb65..c69886a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ 0.4.6 +Fixed more links. Removed redundant code. Fixed autosave/save all switching tabs. Fixed homepage link in about box. diff --git a/KKEdit/src/globals.h b/KKEdit/src/globals.h index a9925d8..f92596a 100644 --- a/KKEdit/src/globals.h +++ b/KKEdit/src/globals.h @@ -54,8 +54,8 @@ #endif #endif -#define PLUGINSLINK "https://sites.google.com/site/kkeditlinuxtexteditor/kkedit-plugins#getplugs" -#define NAGTIMELINK "https://dl.dropboxusercontent.com/s/xcvp8af3qp7ffxg/NAGTIME" +//#define PLUGINSLINK "https://sites.google.com/site/kkeditlinuxtexteditor/kkedit-plugins#getplugs" +#define PLUGINSLINK "https://github.com/KeithDHedger/KKEditPlugins" #define TOOL_ASYNC 8 #define TOOL_IGNORE_OP 0 diff --git a/KKEdit/src/internet.cpp b/KKEdit/src/internet.cpp index eeb9f6e..277ee37 100644 --- a/KKEdit/src/internet.cpp +++ b/KKEdit/src/internet.cpp @@ -25,15 +25,15 @@ const char *moreapps[]={ "\nMore by the same author\n", "KKEdit\nhttp://keithdhedger.github.io/KKEdit/\n", - "KKTerminal\nhttp://keithhedger.freeddns.org/pages/kkterminal/kkterminal.html\n", + "KKTerminal\nhttp://keithdhedger.github.io/pages/kkterminal/kkterminal.html\n", "KKFileManager\nhttp://github.com/KeithDHedger/KKFileManager\n", - "XDecorations\nhttp://keithhedger.freeddns.org/pages/xdecorations/xdecorations.html\n", - "Xfce-Theme-Manager\nhttp://keithhedger.freeddns.org/pages/apps1.html#themeed\n", - "Xfce4-Composite-Editor\nhttp://keithhedger.freeddns.org/pages/apps1.html#xfcecomp\n", - "Manpage Editor\nhttp://keithhedger.freeddns.org/pages/manpageeditor/help.html\n", - "GtkSu\nhttp://keithhedger.freeddns.org/pages/gtksu/gtksu.html\n", - "ASpell GUI\nhttp://keithhedger.freeddns.org/pages/aspellgui/aspelgui.html\n", - "Clipboard Viewer\nhttp://keithhedger.freeddns.org/pages/clipviewer/clip.html", + "XDecorations\nhttp://keithdhedger.github.io/pages/xdecorations/xdecorations.html\n", + "Xfce-Theme-Manager\nhttp://keithdhedger.github.io/pages/apps.html#themeed\n", + "Xfce4-Composite-Editor\nhttp://keithdhedger.github.io/pages/apps.html#xfcecomp\n", + "Manpage Editor\nhttp://keithdhedger.github.io/pages/manpageeditor/manpageeditor.html\n", + "GtkSu\nhttp://keithdhedger.github.io/pages/gtksu/gtksu.html\n", + "ASpell GUI\nhttp://keithdhedger.github.io/pages/aspellgui/aspelgui.html\n", + "Clipboard Viewer\nhttp://keithdhedger.github.io/pages/clipviewer/clip.html", "\nDevelopment versions can be found here:\nhttp://github.com/KeithDHedger" }; @@ -44,11 +44,11 @@ const char *authors="K.D.Hedger ©2013-2014
Em "

More by the same author
" \ "
KKEdit
" \ - "
XDecorations
" \ - "
Xfce-Theme-Manager
" \ - "
Xfce4-Composite-Editor
" \ - "
Manpage Editor
" \ - "
GtkSu
" \ - "
ASpell
" \ - "
Clipboard Viewer
"; + "
XDecorations
" \ + "
Xfce-Theme-Manager
" \ + "
Xfce4-Composite-Editor
" \ + "
Manpage Editor
" \ + "
GtkSu
" \ + "
ASpell
" \ + "
Clipboard Viewer
"; #endif diff --git a/KKEdit/src/internet.h b/KKEdit/src/internet.h index 6465d50..d4250de 100644 --- a/KKEdit/src/internet.h +++ b/KKEdit/src/internet.h @@ -20,8 +20,8 @@ #define _INTERNET_ #define MYEMAIL "keithdhedger@gmail.com" -#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" @@ -29,9 +29,9 @@ #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[];