Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5e318eb4
Commit
5e318eb4
authored
Dec 09, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 10, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appwiz.cpl: It's ok to use "SysListView32" directly.
parent
e766985b
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
22 deletions
+0
-22
En.rc
dlls/appwiz.cpl/En.rc
+0
-2
Fr.rc
dlls/appwiz.cpl/Fr.rc
+0
-2
Ja.rc
dlls/appwiz.cpl/Ja.rc
+0
-2
Ko.rc
dlls/appwiz.cpl/Ko.rc
+0
-2
Nl.rc
dlls/appwiz.cpl/Nl.rc
+0
-2
No.rc
dlls/appwiz.cpl/No.rc
+0
-2
Pt.rc
dlls/appwiz.cpl/Pt.rc
+0
-2
Ru.rc
dlls/appwiz.cpl/Ru.rc
+0
-2
Si.rc
dlls/appwiz.cpl/Si.rc
+0
-2
Zh.rc
dlls/appwiz.cpl/Zh.rc
+0
-4
No files found.
dlls/appwiz.cpl/En.rc
View file @
5e318eb4
...
...
@@ -35,8 +35,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "Version"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Install/Uninstall"
...
...
dlls/appwiz.cpl/Fr.rc
View file @
5e318eb4
...
...
@@ -35,8 +35,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "Version"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Installation/Dsinstallation"
...
...
dlls/appwiz.cpl/Ja.rc
View file @
5e318eb4
...
...
@@ -38,8 +38,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "バージョン"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "インストールとアンインストール"
...
...
dlls/appwiz.cpl/Ko.rc
View file @
5e318eb4
...
...
@@ -35,8 +35,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "버젼"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "설치/삭제"
...
...
dlls/appwiz.cpl/Nl.rc
View file @
5e318eb4
...
...
@@ -35,8 +35,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "Versie"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Installeren/Verwijderen"
...
...
dlls/appwiz.cpl/No.rc
View file @
5e318eb4
...
...
@@ -35,8 +35,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "Versjon"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Installer/Avinstaller"
...
...
dlls/appwiz.cpl/Pt.rc
View file @
5e318eb4
...
...
@@ -35,8 +35,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "Verso"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Instalar/Desinstalar"
...
...
dlls/appwiz.cpl/Ru.rc
View file @
5e318eb4
...
...
@@ -35,8 +35,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, ""
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 235
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "/"
...
...
dlls/appwiz.cpl/Si.rc
View file @
5e318eb4
...
...
@@ -37,8 +37,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "Različica"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Dodaj/odstrani programe"
...
...
dlls/appwiz.cpl/Zh.rc
View file @
5e318eb4
...
...
@@ -38,8 +38,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "版本"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "安装/卸载"
...
...
@@ -97,8 +95,6 @@ STRINGTABLE
IDS_COLUMN_VERSION, "版本"
}
/* TODO: it's best to use the constant WC_LISTVIEW instead of SysListView32 directly, but the Wine resource compiler doesn't seem to like that... */
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "安裝/卸載"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment