From f7dc09b5e832125e23b765e075358a66bbc392d0 Mon Sep 17 00:00:00 2001 From: Don HO Date: Sat, 26 Aug 2017 01:56:14 +0200 Subject: [PATCH] Add a philosophy quote in easter eggs --- PowerEditor/src/Notepad_plus.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index 55c560ae..cf322b63 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -5991,11 +5991,12 @@ struct Quote -const int nbQuote = 209; +const int nbQuote = 210; Quote quotes[nbQuote] = { {"Notepad++", "I hate reading other people's code.\nSo I wrote mine, made it as open source project, and see others suffer."}, {"Notepad++ #2", "Good programmers use Notepad++ to code.\nExtreme programmers use MS Word to code, in Comic Sans, center aligned."}, + {"Notepad++ #3", "The best things in life are free.\nNotepad++ is free.\nSo Notepad++ is the best.\n"}, {"Richard Stallman?", "If I'm the Father of Open Source, it was conceived through artificial insemination using stolen sperm without my knowledge or consent."}, {"Martin Golding", "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."}, {"L. Peter Deutsch", "To iterate is human, to recurse divine."},