Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sam Joan Roque-Worcel
wine
Commits
e75df007
Commit
e75df007
authored
16 years ago
by
Michael Stefaniuc
Committed by
Alexandre Julliard
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mshtml: Fix a dialog size for the Pt and Si translations.
parent
8757515d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/mshtml/Pt.rc
+5
-5
5 additions, 5 deletions
dlls/mshtml/Pt.rc
dlls/mshtml/Si.rc
+5
-5
5 additions, 5 deletions
dlls/mshtml/Si.rc
with
10 additions
and
10 deletions
dlls/mshtml/Pt.rc
+
5
−
5
View file @
e75df007
...
...
@@ -27,17 +27,17 @@ STRINGTABLE DISCARDABLE
IDS_INSTALLING "Instalando..."
}
ID_DWL_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 260,
8
5
ID_DWL_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 260,
9
5
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Instalador Wine Gecko"
FONT 8, "MS Shell Dlg"
{
LTEXT "Esta aplicao est a tentar mostrar uma pgina HTML. O Wine precisa que o Gecko " \
"(Motor HTML Mozilla) seja instalado para mostrar a pgina. Clique em Instalar se deseja que o Wine " \
"descarregue e instale o Gecko automaticamente.", ID_DWL_STATUS, 10, 10, 240,
3
0, SS_LEFT
CONTROL "Progresso", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10,
4
0, 240, 12
DEFPUSHBUTTON "&Instalar", ID_DWL_INSTALL, 200,
6
0, 50, 15, WS_GROUP | WS_TABSTOP
PUSHBUTTON "&Cancelar", IDCANCEL, 140,
6
0, 50, 15, WS_GROUP | WS_TABSTOP
"descarregue e instale o Gecko automaticamente.", ID_DWL_STATUS, 10, 10, 240,
4
0, SS_LEFT
CONTROL "Progresso", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10,
5
0, 240, 12
DEFPUSHBUTTON "&Instalar", ID_DWL_INSTALL, 200,
7
0, 50, 15, WS_GROUP | WS_TABSTOP
PUSHBUTTON "&Cancelar", IDCANCEL, 140,
7
0, 50, 15, WS_GROUP | WS_TABSTOP
}
IDD_HYPERLINK DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 250, 65
...
...
This diff is collapsed.
Click to expand it.
dlls/mshtml/Si.rc
+
5
−
5
View file @
e75df007
...
...
@@ -28,7 +28,7 @@ STRINGTABLE DISCARDABLE
IDS_INSTALLING "Nameščam ..."
}
ID_DWL_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 260,
8
5
ID_DWL_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 260,
9
5
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Namestitev Wine Gecko"
FONT 8, "MS Shell Dlg"
...
...
@@ -36,10 +36,10 @@ FONT 8, "MS Shell Dlg"
LTEXT "Ta program poskuša prikazati HTML stran. Wine za prikaz spletnih strani " \
"potrebuje Gecko (Mozillin HTML prikazovalnik). Kliknite Namesti, če " \
"želite, da Wine samodejno naloži in namesti Gecko (potrebna je povezava " \
"z internetom).", ID_DWL_STATUS, 10, 10, 240,
3
0, SS_LEFT
CONTROL "Napredek", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10,
4
0, 240, 12
DEFPUSHBUTTON "&Namesti", ID_DWL_INSTALL, 200,
6
0, 50, 15, WS_GROUP | WS_TABSTOP
PUSHBUTTON "&Prekliči", IDCANCEL, 140,
6
0, 50, 15, WS_GROUP | WS_TABSTOP
"z internetom).", ID_DWL_STATUS, 10, 10, 240,
4
0, SS_LEFT
CONTROL "Napredek", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10,
5
0, 240, 12
DEFPUSHBUTTON "&Namesti", ID_DWL_INSTALL, 200,
7
0, 50, 15, WS_GROUP | WS_TABSTOP
PUSHBUTTON "&Prekliči", IDCANCEL, 140,
7
0, 50, 15, WS_GROUP | WS_TABSTOP
}
IDD_HYPERLINK DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 250, 65
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment