Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/FileManager/ViewSettings.h')
-rwxr-xr-x7zip/FileManager/ViewSettings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/7zip/FileManager/ViewSettings.h b/7zip/FileManager/ViewSettings.h
index b9da8bf2..4894a6f9 100755
--- a/7zip/FileManager/ViewSettings.h
+++ b/7zip/FileManager/ViewSettings.h
@@ -59,8 +59,8 @@ struct CListViewInfo
}
};
-void SaveListViewInfo(const CSysString &anID, const CListViewInfo &viewInfo);
-void ReadListViewInfo(const CSysString &anID, CListViewInfo &viewInfo);
+void SaveListViewInfo(const UString &id, const CListViewInfo &viewInfo);
+void ReadListViewInfo(const UString &id, CListViewInfo &viewInfo);
void SaveWindowSize(const RECT &rect, bool maximized);
bool ReadWindowSize(RECT &rect, bool &maximized);
@@ -71,8 +71,8 @@ bool ReadPanelsInfo(UInt32 &numPanels, UInt32 &currentPanel, UInt32 &splitterPos
void SaveToolbarsMask(UInt32 toolbarMask);
UInt32 ReadToolbarsMask();
-void SavePanelPath(UInt32 panel, const CSysString &path);
-bool ReadPanelPath(UInt32 panel, CSysString &path);
+void SavePanelPath(UInt32 panel, const UString &path);
+bool ReadPanelPath(UInt32 panel, UString &path);
struct CListMode
{