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
e75df007
Commit
e75df007
authored
Jan 04, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Fix a dialog size for the Pt and Si translations.
parent
8757515d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
Pt.rc
dlls/mshtml/Pt.rc
+5
-5
Si.rc
dlls/mshtml/Si.rc
+5
-5
No files found.
dlls/mshtml/Pt.rc
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
...
...
dlls/mshtml/Si.rc
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
...
...
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