From be4682a683769db534666e4d41b558b4cec15425 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sun, 5 Aug 2012 13:36:55 +0000 Subject: [PATCH] :) git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@933 f5eea248-9336-0410-98b8-ebc06183d4e3 --- 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 9025ea83..4406b38a 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -4845,7 +4845,7 @@ struct Quote{ const char *_quote; }; -const int nbQuote = 73; +const int nbQuote = 74; Quote quotes[nbQuote] = { {"Notepad++", "Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size.\nBy optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment."}, {"Martin Golding", "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."}, @@ -4916,6 +4916,7 @@ Quote quotes[nbQuote] = { {"Anonymous #39", "Perl, the only language that looks the same before and after RSA encryption."}, {"Anonymous #40", "People ask me why, as an atheist, I still say: OH MY GOD.\nIt makes perfect sense: We say \"Oh my God\" when something is UNBELIEVABLE."}, {"Anonymous #41", "1. Dig a hole.\n2. Name it love.\n3. Watch people falling in love.\n"}, +{"Anonymous #42", "Don't think of yourself as an ugly person.\nThink of yourself as a beautiful monkey."}, {"Hustle Man", "Politicians are like sperm.\nOne in a million turn out to be an actual human being."}, {"Confucius", "It's good to meet girl in park.\nBut better to park meat in girl."}, {"Friedrich Nietzsche", "There is not enough love and goodness in the world to permit giving any of it away to imaginary beings."},