appwiz.cpl: It's ok to use "SysListView32" directly.
This commit is contained in:
parent
e766985b20
commit
5e318eb46a
|
@ -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"
|
||||
|
|
|
@ -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/Désinstallation"
|
||||
|
|
|
@ -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 "インストールとアンインストール"
|
||||
|
|
|
@ -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 "설치/삭제"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -35,8 +35,6 @@ STRINGTABLE
|
|||
IDS_COLUMN_VERSION, "Versão"
|
||||
}
|
||||
|
||||
/* 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"
|
||||
|
|
|
@ -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 "Óñòàíîâêà/Óäàëåíèå"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 "安裝/卸載"
|
||||
|
|
Loading…
Reference in New Issue