mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 06:07:07 -06:00
4.30 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
bcd1db2f5a
commit
e18587ba51
@@ -5,11 +5,11 @@
|
||||
#ifndef __REGISTRYUTILS_H
|
||||
#define __REGISTRYUTILS_H
|
||||
|
||||
void SaveRegLang(const CSysString &langFile);
|
||||
void ReadRegLang(CSysString &langFile);
|
||||
void SaveRegLang(const UString &langFile);
|
||||
void ReadRegLang(UString &langFile);
|
||||
|
||||
void SaveRegEditor(const CSysString &langFile);
|
||||
void ReadRegEditor(CSysString &langFile);
|
||||
void SaveRegEditor(const UString &editorPath);
|
||||
void ReadRegEditor(UString &editorPath);
|
||||
|
||||
void SaveShowDots(bool showDots);
|
||||
bool ReadShowDots();
|
||||
@@ -29,6 +29,12 @@ bool ReadShowGrid();
|
||||
void SaveAlternativeSelection(bool enable);
|
||||
bool ReadAlternativeSelection();
|
||||
|
||||
// void SaveLockMemoryAdd(bool enable);
|
||||
// bool ReadLockMemoryAdd();
|
||||
|
||||
bool ReadLockMemoryEnable();
|
||||
void SaveLockMemoryEnable(bool enable);
|
||||
|
||||
/*
|
||||
void SaveSingleClick(bool enable);
|
||||
bool ReadSingleClick();
|
||||
|
||||
Reference in New Issue
Block a user