forked from texstudio-org/texstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwin.rc
More file actions
24 lines (22 loc) · 645 Bytes
/
win.rc
File metadata and controls
24 lines (22 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
IDI_ICON1 ICON DISCARDABLE "texstudio.ico"
1 VERSIONINFO
FILEVERSION 0,0,0,0
PRODUCTVERSION 0,0,0,0
{
BLOCK "StringFileInfo"
{
BLOCK "000004B0"
{
VALUE "CompanyName", "TeXstudio\0"
VALUE "FileDescription", "LaTeX editor\0"
VALUE "FileVersion", "git\0"
VALUE "OriginalFilename", "texstudio.exe\0"
VALUE "ProductName", "TeXstudio\0"
VALUE "ProductVersion", "git\0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0000, 0x04B0
}
}