Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
932cc267
Commit
932cc267
authored
Jul 27, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ieframe: Moved dialog resources to ieframe.
parent
a2653310
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
44 additions
and
19 deletions
+44
-19
De.rc
dlls/ieframe/De.rc
+0
-0
En.rc
dlls/ieframe/En.rc
+0
-0
Es.rc
dlls/ieframe/Es.rc
+0
-0
Fr.rc
dlls/ieframe/Fr.rc
+0
-0
He.rc
dlls/ieframe/He.rc
+0
-0
It.rc
dlls/ieframe/It.rc
+0
-0
Ja.rc
dlls/ieframe/Ja.rc
+0
-0
Ko.rc
dlls/ieframe/Ko.rc
+0
-0
Lt.rc
dlls/ieframe/Lt.rc
+0
-0
Makefile.in
dlls/ieframe/Makefile.in
+18
-0
Nl.rc
dlls/ieframe/Nl.rc
+0
-0
Pl.rc
dlls/ieframe/Pl.rc
+0
-0
Pt.rc
dlls/ieframe/Pt.rc
+0
-0
Ro.rc
dlls/ieframe/Ro.rc
+0
-0
Ru.rc
dlls/ieframe/Ru.rc
+0
-0
Si.rc
dlls/ieframe/Si.rc
+0
-0
Sr.rc
dlls/ieframe/Sr.rc
+0
-0
Sv.rc
dlls/ieframe/Sv.rc
+0
-0
Uk.rc
dlls/ieframe/Uk.rc
+0
-0
resource.h
dlls/ieframe/resource.h
+25
-0
Makefile.in
dlls/shdocvw/Makefile.in
+0
-18
iexplore.c
dlls/shdocvw/iexplore.c
+1
-1
No files found.
dlls/
shdocvw
/De.rc
→
dlls/
ieframe
/De.rc
View file @
932cc267
File moved
dlls/
shdocvw
/En.rc
→
dlls/
ieframe
/En.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Es.rc
→
dlls/
ieframe
/Es.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Fr.rc
→
dlls/
ieframe
/Fr.rc
View file @
932cc267
File moved
dlls/
shdocvw
/He.rc
→
dlls/
ieframe
/He.rc
View file @
932cc267
File moved
dlls/
shdocvw
/It.rc
→
dlls/
ieframe
/It.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Ja.rc
→
dlls/
ieframe
/Ja.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Ko.rc
→
dlls/
ieframe
/Ko.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Lt.rc
→
dlls/
ieframe
/Lt.rc
View file @
932cc267
File moved
dlls/ieframe/Makefile.in
View file @
932cc267
...
@@ -9,6 +9,24 @@ C_SRCS = \
...
@@ -9,6 +9,24 @@ C_SRCS = \
urlhist.c
urlhist.c
RC_SRCS
=
\
RC_SRCS
=
\
De.rc
\
En.rc
\
Es.rc
\
Fr.rc
\
He.rc
\
It.rc
\
Ja.rc
\
Ko.rc
\
Lt.rc
\
Nl.rc
\
Pl.rc
\
Pt.rc
\
Ro.rc
\
Ru.rc
\
Si.rc
\
Sr.rc
\
Sv.rc
\
Uk.rc
\
ieframe.rc
ieframe.rc
@MAKE_DLL_RULES@
@MAKE_DLL_RULES@
dlls/
shdocvw
/Nl.rc
→
dlls/
ieframe
/Nl.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Pl.rc
→
dlls/
ieframe
/Pl.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Pt.rc
→
dlls/
ieframe
/Pt.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Ro.rc
→
dlls/
ieframe
/Ro.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Ru.rc
→
dlls/
ieframe
/Ru.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Si.rc
→
dlls/
ieframe
/Si.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Sr.rc
→
dlls/
ieframe
/Sr.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Sv.rc
→
dlls/
ieframe
/Sv.rc
View file @
932cc267
File moved
dlls/
shdocvw
/Uk.rc
→
dlls/
ieframe
/Uk.rc
View file @
932cc267
File moved
dlls/ieframe/resource.h
0 → 100644
View file @
932cc267
/*
* Resource identifiers for ieframe.dll
*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windef.h>
#include <winuser.h>
#define IDD_BROWSE_OPEN 1001
#define IDC_BROWSE_OPEN_URL 1002
dlls/shdocvw/Makefile.in
View file @
932cc267
...
@@ -23,24 +23,6 @@ C_SRCS = \
...
@@ -23,24 +23,6 @@ C_SRCS = \
webbrowser.c
webbrowser.c
RC_SRCS
=
\
RC_SRCS
=
\
De.rc
\
En.rc
\
Es.rc
\
Fr.rc
\
He.rc
\
It.rc
\
Ja.rc
\
Ko.rc
\
Lt.rc
\
Nl.rc
\
Pl.rc
\
Pt.rc
\
Ro.rc
\
Ru.rc
\
Si.rc
\
Sr.rc
\
Sv.rc
\
Uk.rc
\
shdocvw.rc
shdocvw.rc
PO_SRCS
=
shdocvw.rc
PO_SRCS
=
shdocvw.rc
...
...
dlls/shdocvw/iexplore.c
View file @
932cc267
...
@@ -566,7 +566,7 @@ static LRESULT iewnd_OnCommand(InternetExplorer *This, HWND hwnd, UINT msg, WPAR
...
@@ -566,7 +566,7 @@ static LRESULT iewnd_OnCommand(InternetExplorer *This, HWND hwnd, UINT msg, WPAR
switch
(
LOWORD
(
wparam
))
switch
(
LOWORD
(
wparam
))
{
{
case
ID_BROWSE_OPEN
:
case
ID_BROWSE_OPEN
:
DialogBoxParamW
(
shdocvw_hinstance
,
MAKEINTRESOURCEW
(
IDD_BROWSE_OPEN
),
hwnd
,
ie_dialog_open_proc
,
(
LPARAM
)
This
);
DialogBoxParamW
(
get_ieframe_instance
()
,
MAKEINTRESOURCEW
(
IDD_BROWSE_OPEN
),
hwnd
,
ie_dialog_open_proc
,
(
LPARAM
)
This
);
break
;
break
;
case
ID_BROWSE_PRINT
:
case
ID_BROWSE_PRINT
:
...
...
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