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
58693097
Commit
58693097
authored
Dec 09, 2004
by
Klemens Friedl
Committed by
Alexandre Julliard
Dec 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More Windows-like About dialog.
parent
eca0a256
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
103 additions
and
77 deletions
+103
-77
shell32_Ca.rc
dlls/shell32/shell32_Ca.rc
+4
-3
shell32_Cn.rc
dlls/shell32/shell32_Cn.rc
+4
-3
shell32_Cs.rc
dlls/shell32/shell32_Cs.rc
+4
-3
shell32_Da.rc
dlls/shell32/shell32_Da.rc
+4
-3
shell32_De.rc
dlls/shell32/shell32_De.rc
+4
-3
shell32_En.rc
dlls/shell32/shell32_En.rc
+4
-3
shell32_Eo.rc
dlls/shell32/shell32_Eo.rc
+4
-3
shell32_Es.rc
dlls/shell32/shell32_Es.rc
+4
-3
shell32_Fi.rc
dlls/shell32/shell32_Fi.rc
+4
-3
shell32_Fr.rc
dlls/shell32/shell32_Fr.rc
+4
-3
shell32_Hu.rc
dlls/shell32/shell32_Hu.rc
+4
-3
shell32_It.rc
dlls/shell32/shell32_It.rc
+4
-3
shell32_Ja.rc
dlls/shell32/shell32_Ja.rc
+4
-3
shell32_Ko.rc
dlls/shell32/shell32_Ko.rc
+4
-3
shell32_Nl.rc
dlls/shell32/shell32_Nl.rc
+4
-3
shell32_No.rc
dlls/shell32/shell32_No.rc
+4
-3
shell32_Pl.rc
dlls/shell32/shell32_Pl.rc
+4
-3
shell32_Pt.rc
dlls/shell32/shell32_Pt.rc
+4
-3
shell32_Ru.rc
dlls/shell32/shell32_Ru.rc
+4
-3
shell32_Si.rc
dlls/shell32/shell32_Si.rc
+4
-3
shell32_Sk.rc
dlls/shell32/shell32_Sk.rc
+4
-3
shell32_Sv.rc
dlls/shell32/shell32_Sv.rc
+4
-3
shell32_Uk.rc
dlls/shell32/shell32_Uk.rc
+4
-3
shell32_Wa.rc
dlls/shell32/shell32_Wa.rc
+4
-3
shell32_Zh.rc
dlls/shell32/shell32_Zh.rc
+3
-3
shell32_main.c
dlls/shell32/shell32_main.c
+4
-2
No files found.
dlls/shell32/shell32_Ca.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Quant a %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "D'Acord", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "D'Acord", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine ha estat construit per:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Cn.rc
View file @
58693097
...
...
@@ -24,10 +24,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "关于 %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "确定", IDOK, 153, 1
3
0, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "确定", IDOK, 153, 1
3
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Cs.rc
View file @
58693097
...
...
@@ -110,10 +110,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "O aplikaci %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "OK", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine je dlem:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Da.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Om %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "OK", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine havde ikke vret mulig uden hjlp fra disse personer:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_De.rc
View file @
58693097
...
...
@@ -110,10 +110,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Informationen ber %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "WINE wurde fr Sie gekeltert von:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_En.rc
View file @
58693097
...
...
@@ -109,10 +109,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "About %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Eo.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Pri %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "Enorde",
1, 153, 130, 50, 12
DEFPUSHBUTTON "Enorde",
IDOK, 153, 133, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Es.rc
View file @
58693097
...
...
@@ -110,10 +110,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Acerca de %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "Aceptar", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "Aceptar", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine est disponible gracias a:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Fi.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Tietoja: %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "OK", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine:n tekijt:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Fr.rc
View file @
58693097
...
...
@@ -112,10 +112,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION " propos de %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine est une ralisation de :", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Hu.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "A %s-rl"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "OK", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "A WINE-t rtk:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_It.rc
View file @
58693097
...
...
@@ -110,10 +110,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Informazioni su %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine disponibile grazie a:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Ja.rc
View file @
58693097
...
...
@@ -103,10 +103,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "%s について"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "OK", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Ko.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "%s Ͽ"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "Ȯ",
1, 153, 130, 50, 12
DEFPUSHBUTTON "Ȯ",
IDOK, 153, 133, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Nl.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Info %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine is geschreven door:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_No.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Om %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "OK", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Pl.rc
View file @
58693097
...
...
@@ -110,10 +110,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "O %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Moesz korzysta z Wine'a dziki:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Pt.rc
View file @
58693097
...
...
@@ -110,10 +110,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Sobre %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "OK", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine foi disponibilizado por:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Ru.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION " %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT " Wine:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Si.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "O %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "V redu", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "V redu", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine so ustvarili:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Sk.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "O programe %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "OK", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Vno pre vs pripravili:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Sv.rc
View file @
58693097
...
...
@@ -23,10 +23,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Om %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "OK", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine hade inte varit mjligt utan dessa personer:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Uk.rc
View file @
58693097
...
...
@@ -109,10 +109,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION " %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 13
0
, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 153, 13
3
, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT " Wine:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Wa.rc
View file @
58693097
...
...
@@ -28,10 +28,11 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION " dfait di %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "I Va", IDOK, 153, 13
0, 50, 12
DEFPUSHBUTTON "I Va", IDOK, 153, 13
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 189, 10, 14, 16
LTEXT "", 100, 8, 10, 137, 33
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine a estu fwait par:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_Zh.rc
View file @
58693097
...
...
@@ -24,10 +24,10 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "關於 %s"
FONT 8, "MS Shell Dlg"
{
DEFPUSHBUTTON "確定", IDOK, 153, 1
3
0, 50, 12, WS_TABSTOP
DEFPUSHBUTTON "確定", IDOK, 153, 1
3
3, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 1
74
, 10, 14, 16
LTEXT "", 100,
8, 10, 137, 33
ICON "", 1088, 1
0
, 10, 14, 16
LTEXT "", 100,
35, 10, 137, 10
LTEXT "Wine was brought to you by:", 98, 8, 55, 137, 10
}
...
...
dlls/shell32/shell32_main.c
View file @
58693097
...
...
@@ -631,7 +631,8 @@ typedef struct
HFONT
hFont
;
}
ABOUT_INFO
;
#define IDC_STATIC_TEXT 100
#define IDC_STATIC_TEXT1 100
#define IDC_STATIC_TEXT2 101
#define IDC_LISTBOX 99
#define IDC_WINE_TEXT 98
...
...
@@ -754,7 +755,8 @@ INT_PTR CALLBACK AboutDlgProc( HWND hWnd, UINT msg, WPARAM wParam,
GetWindowTextW
(
hWnd
,
Template
,
sizeof
(
Template
)
/
sizeof
(
WCHAR
)
);
sprintfW
(
AppTitle
,
Template
,
info
->
szApp
);
SetWindowTextW
(
hWnd
,
AppTitle
);
SetWindowTextW
(
GetDlgItem
(
hWnd
,
IDC_STATIC_TEXT
),
info
->
szOtherStuff
);
SetWindowTextW
(
GetDlgItem
(
hWnd
,
IDC_STATIC_TEXT1
),
info
->
szApp
);
SetWindowTextW
(
GetDlgItem
(
hWnd
,
IDC_STATIC_TEXT2
),
info
->
szOtherStuff
);
hWndCtl
=
GetDlgItem
(
hWnd
,
IDC_LISTBOX
);
SendMessageW
(
hWndCtl
,
WM_SETREDRAW
,
0
,
0
);
SendMessageW
(
hWndCtl
,
WM_SETFONT
,
(
WPARAM
)
info
->
hFont
,
0
);
...
...
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