File tree Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11/*
22 * app.cxx - part of SpiritVNC - FLTK
3- * 2016-2023 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 */
55
66/*
@@ -2166,7 +2166,7 @@ void svQuickInfoSetLabelAndText (HostItem * itm)
21662166 app->lastConnectedLabel ->copy_label (" Last connected" );
21672167 else
21682168 app->lastConnectedLabel ->copy_label (" Connected" );
2169-
2169+
21702170 app->lastConnected ->copy_label (itm->lastConnectedTime .c_str ());
21712171 }
21722172 else
@@ -2769,8 +2769,8 @@ void svShowAboutHelp ()
27692769 const char strHelp[] = " <center><font face='sans'><h5>SpiritVNC - FLTK</h5></font></center>"
27702770
27712771 " <p><center>"
2772- " © 2016-" SV_CURRENT_YEAR " Will Brokenbourgh - <a href='https://www.pismotek .com/brainout/'>"
2773- " https://www.pismotek .com/brainout/</a>"
2772+ " © 2016-" SV_CURRENT_YEAR " Will Brokenbourgh - <a href='https://www.willbrokenbourgh .com/brainout/'>"
2773+ " https://www.willbrokenbourgh .com/brainout/</a>"
27742774 " </center></p>"
27752775 // -
27762776 " <p><center>"
@@ -2810,7 +2810,7 @@ void svShowAboutHelp ()
28102810 // -
28112811 " <p><center>"
28122812 " If you have any questions, need to report a bug or have suggestions, please"
2813- " <a href='https://www.pismotek .com/brainout/content/spiritvnc.php'>visit the SpiritVNC page</a>"
2813+ " <a href='https://www.willbrokenbourgh .com/brainout/content/spiritvnc.php'>visit the SpiritVNC page</a>"
28142814 " "
28152815 " </center></p>"
28162816 // -
Original file line number Diff line number Diff line change 11/*
22 * app.h - part of SpiritVNC - FLTK
3- * 2016-2023 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 */
55
66/*
Original file line number Diff line number Diff line change 11/*
22 * base64.cxx - part of SpiritVNC - FLTK
3- * 2016-2021 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2021 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 */
55
66/*
Original file line number Diff line number Diff line change 11/*
22 * base64.h - part of SpiritVNC - FLTK
3- * 2016-2021 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2021 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 */
55
66/*
Original file line number Diff line number Diff line change 11/*
22 * consts_enums.h - part of SpiritVNC - FLTK
3- * 2016-2023 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 */
55
66/*
3636#define CONSTS_H
3737
3838/* constants */
39- #define SV_APP_VERSION "0.6.2 "
39+ #define SV_APP_VERSION "0.6.3 "
4040
4141#define SV_CURRENT_YEAR "2024"
4242
Original file line number Diff line number Diff line change 11/*
22 * hostitem.h - part of SpiritVNC - FLTK
3- * 2016-2023 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 */
55
66/*
Original file line number Diff line number Diff line change 11/*
22 * pixmaps.cxx - part of SpiritVNC - FLTK
3- * 2016-2021 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2021 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 */
55
66/*
Original file line number Diff line number Diff line change 11/*
22 * pixmaps.h - part of SpiritVNC - FLTK
3- * 2016-2021 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2021 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 */
55
66/*
Original file line number Diff line number Diff line change 11/*
22 * spiritvnc.cxx - part of SpiritVNC - FLTK
3- * 2016-2023 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 *
55 * To God be the glory! In Jesus name! :-D
66 *
Original file line number Diff line number Diff line change 11/*
22 * ssh.cxx - part of SpiritVNC - FLTK
3- * 2016-2023 Will Brokenbourgh https://www.pismotek .com/brainout/
3+ * 2016-2024 Will Brokenbourgh https://www.willbrokenbourgh .com/brainout/
44 */
55
66/*
You can’t perform that action at this time.
0 commit comments