mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-21 21:04:54 +02:00
parent
1b1265302f
commit
1a0e6d7611
3
.gitignore
vendored
3
.gitignore
vendored
@ -142,4 +142,5 @@ PowerEditor/bin/SourceCodePro-Regular.ttf
|
|||||||
|
|
||||||
PowerEditor/src/MISC/md5/RCa06792
|
PowerEditor/src/MISC/md5/RCa06792
|
||||||
*.db
|
*.db
|
||||||
*.sln
|
*.sln
|
||||||
|
*.opendb
|
@ -174,11 +174,6 @@ Notepad_plus::Notepad_plus()
|
|||||||
is_admin = false;
|
is_admin = false;
|
||||||
|
|
||||||
_isAdministrator = is_admin ? true : false;
|
_isAdministrator = is_admin ? true : false;
|
||||||
|
|
||||||
// Enable new style save dialog.
|
|
||||||
if (ver >= WV_VISTA) {
|
|
||||||
(NppParameters::getInstance())->setUseNewStyleSaveDlg(true);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Notepad_plus::~Notepad_plus()
|
Notepad_plus::~Notepad_plus()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user