diff --git a/PowerEditor/bin/updater/gpup.exe b/PowerEditor/bin/updater/gpup.exe index 08442771..85bbeff7 100644 Binary files a/PowerEditor/bin/updater/gpup.exe and b/PowerEditor/bin/updater/gpup.exe differ diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index a593730f..a2ba83d6 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -28,10 +28,10 @@ ; Define the application name !define APPNAME "Notepad++" -!define APPVERSION "6.7.4" +!define APPVERSION "6.7.5" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 6 -!define VERSION_MINOR 74 +!define VERSION_MINOR 75 !define APPWEBSITE "http://notepad-plus-plus.org/" @@ -150,8 +150,7 @@ FunctionEnd Function LaunchNpp - ;Exec '"$INSTDIR\notepad++.exe" "$INSTDIR\change.log" ' - Exec '"$INSTDIR\notepad++.exe" -e#JeSuisCharlie ' + Exec '"$INSTDIR\notepad++.exe" "$INSTDIR\change.log" ' FunctionEnd ; Modern interface settings diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index c773f66e..30b1907e 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -5487,7 +5487,7 @@ struct Quote{ const char *_quote; }; -const int nbQuote = 202; +const int nbQuote = 203; Quote quotes[nbQuote] = { {"Notepad++", "Good programmers use Notepad++ to code.\nExtreme programmers use MS Word to code, in Comic Sans, center aligned."}, {"Martin Golding", "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."}, @@ -5665,7 +5665,7 @@ Quote quotes[nbQuote] = { {"Anonymous #144", "I don't want to sound like a badass but...\nI eject my USB drive without removing it safely."}, {"Anonymous #145", "feet (noun)\na device used for finding legos in the dark"}, {"Anonymous #146", "Buy a sheep\nName it \"Relation\"\nNow you have a Relationsheep\n"}, -//{"Anonymous #147", ""}, +{"Anonymous #147", "I dig, you dig, we dig,\nhe dig, she dig, they dig...\n\nIt's not a beautiful poem,\nbut it's very deep."}, {"Anonymous #148", "UNIX command line Russian roulette:\n[ $[ $RANDOM % 6 ] == 0 ] && rm -rf /* || echo *Click*"}, {"Anonymous #149", "unzip, strip, top, less, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep.\n\nNo, it's not porn. It's Unix."}, {"Anonymous #150", "To understand what recursion is, you must first understand recursion."}, diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc index ba6c030a..12ad0c7a 100644 --- a/PowerEditor/src/Notepad_plus.rc +++ b/PowerEditor/src/Notepad_plus.rc @@ -63,7 +63,7 @@ END // remains consistent on all systems. IDI_M30ICON ICON "icons\\npp.ico" IDI_CHAMELEON ICON "icons\\chameleon.ico" -IDI_JESUISCHARLIE ICON "icons\\Je_suis_Charlie.ico" +//IDI_JESUISCHARLIE ICON "icons\\Je_suis_Charlie.ico" IDI_NEW_OFF_ICON ICON "icons\\new_off.ico" IDI_OPEN_OFF_ICON ICON "icons\\open_off.ico" IDI_SAVE_OFF_ICON ICON "icons\\save_off.ico" @@ -870,8 +870,8 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_BORDER | WS_SYSMENU FONT 8, TEXT("MS Shell Dlg"), 0, 0, 0x1 BEGIN EDITTEXT IDC_BUILD_DATETIME,150,2,150,10, ES_READONLY | NOT WS_BORDER - //CONTROL "",IDI_CHAMELEON,"Static",SS_OWNERDRAW,20,5,64,64 - CONTROL "",IDI_JESUISCHARLIE,"Static",SS_OWNERDRAW,20,5,64,64 + CONTROL "",IDI_CHAMELEON,"Static",SS_OWNERDRAW,20,5,64,64 + //CONTROL "",IDI_JESUISCHARLIE,"Static",SS_OWNERDRAW,20,5,64,64 LTEXT NOTEPAD_PLUS_VERSION, IDC_STATIC,70,20,140,11 LTEXT "Author :",IDC_STATIC,21,45,31,8 LTEXT "Notepad++ team",IDC_AUTHOR_NAME,78,45,70,8 diff --git a/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp b/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp index fc7c2ede..7ed7a1b0 100644 --- a/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp +++ b/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp @@ -81,8 +81,8 @@ BOOL CALLBACK AboutDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM lParam) case WM_DRAWITEM : { - //HICON hIcon = (HICON)::LoadImage(_hInst, MAKEINTRESOURCE(IDI_CHAMELEON), IMAGE_ICON, 64, 64, LR_DEFAULTSIZE); - HICON hIcon = (HICON)::LoadImage(_hInst, MAKEINTRESOURCE(IDI_JESUISCHARLIE), IMAGE_ICON, 64, 64, LR_DEFAULTSIZE); + HICON hIcon = (HICON)::LoadImage(_hInst, MAKEINTRESOURCE(IDI_CHAMELEON), IMAGE_ICON, 64, 64, LR_DEFAULTSIZE); + //HICON hIcon = (HICON)::LoadImage(_hInst, MAKEINTRESOURCE(IDI_JESUISCHARLIE), IMAGE_ICON, 64, 64, LR_DEFAULTSIZE); DRAWITEMSTRUCT *pdis = (DRAWITEMSTRUCT *)lParam; ::DrawIconEx(pdis->hDC, 0, 0, hIcon, 64, 64, 0, NULL, DI_NORMAL); return TRUE; diff --git a/PowerEditor/src/icons/Je_suis_Charlie.ico b/PowerEditor/src/icons/Je_suis_Charlie.ico deleted file mode 100644 index 5aabb864..00000000 Binary files a/PowerEditor/src/icons/Je_suis_Charlie.ico and /dev/null differ diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 457cd10a..daca877e 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -29,13 +29,13 @@ #ifndef RESOURCE_H #define RESOURCE_H -//#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.3") -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ Je suis Charlie edition") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.5") +//#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ Je suis Charlie edition") // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE TEXT("5.63\0") -#define VERSION_VALUE TEXT("6.74\0") -#define VERSION_DIGITALVALUE 6, 7, 4, 0 +#define VERSION_VALUE TEXT("6.75\0") +#define VERSION_DIGITALVALUE 6, 7, 5, 0 #ifndef IDC_STATIC #define IDC_STATIC -1 @@ -43,7 +43,7 @@ #define IDI_M30ICON 100 #define IDI_CHAMELEON 101 -#define IDI_JESUISCHARLIE 102 +//#define IDI_JESUISCHARLIE 102 #define IDR_RT_MANIFEST 103 #define IDI_NEW_OFF_ICON 201