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

resource.rc « SFXSetup « Bundles « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8819a2c871c563ff8fb96f93a0dbab39ddd52f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "../../../../C/7zVersion.rc"
#include "resource.h"

MY_VERSION_INFO_APP("7z Setup SFX", "7zS.sfx")

IDI_ICON  ICON "setup.ico"

STRINGTABLE
BEGIN
  IDS_EXTRACTION_ERROR_TITLE  "Extraction Failed"
  IDS_EXTRACTION_ERROR_MESSAGE  "File is corrupt"
  IDS_CANNOT_CREATE_FOLDER  "Cannot create folder '{0}'"
  IDS_PROGRESS_EXTRACTING  "Extracting"
END

#include "../../UI/FileManager/ProgressDialog.rc"