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
0d5d7199
Commit
0d5d7199
authored
May 14, 2005
by
Martin Fuchs
Committed by
Alexandre Julliard
May 14, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- spelling fixes (prefered -> preferred)
- add ", {0, 0}, 0, 0" in comment lines - update copyright statement
parent
72f73ac4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
resource.h
programs/winefile/resource.h
+2
-2
resource.rc
programs/winefile/resource.rc
+1
-1
winefile.c
programs/winefile/winefile.c
+3
-3
No files found.
programs/winefile/resource.h
View file @
0d5d7199
/*
/*
* Copyright 2000, 2003 Martin Fuchs
* Copyright 2000, 2003
, 2005
Martin Fuchs
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
#define ID_NO_WARRANTY 0x8002
#define ID_NO_WARRANTY 0x8002
#define ID_WINDOW_AUTOSORT 0x8003
#define ID_WINDOW_AUTOSORT 0x8003
#define ID_VIEW_FULLSCREEN 0x8004
#define ID_VIEW_FULLSCREEN 0x8004
#define ID_PREFERED_SIZES 0x8005
#define ID_PREFER
R
ED_SIZES 0x8005
/* string table */
/* string table */
#define IDS_FONT_SEL_DLG_NAME 1101
#define IDS_FONT_SEL_DLG_NAME 1101
...
...
programs/winefile/resource.rc
View file @
0d5d7199
...
@@ -25,7 +25,7 @@ IDA_WINEFILE ACCELERATORS DISCARDABLE
...
@@ -25,7 +25,7 @@ IDA_WINEFILE ACCELERATORS DISCARDABLE
#ifndef _NO_EXTENSIONS
#ifndef _NO_EXTENSIONS
"X", ID_FILE_EXIT, VIRTKEY, ALT, NOINVERT
"X", ID_FILE_EXIT, VIRTKEY, ALT, NOINVERT
"S", ID_VIEW_FULLSCREEN, VIRTKEY, SHIFT, CONTROL, NOINVERT
"S", ID_VIEW_FULLSCREEN, VIRTKEY, SHIFT, CONTROL, NOINVERT
VK_ADD, ID_PREFERED_SIZES, VIRTKEY, CONTROL, NOINVERT
VK_ADD, ID_PREFER
R
ED_SIZES, VIRTKEY, CONTROL, NOINVERT
#endif
#endif
}
}
...
...
programs/winefile/winefile.c
View file @
0d5d7199
...
@@ -3386,7 +3386,7 @@ static BOOL pane_command(Pane* pane, UINT cmd)
...
@@ -3386,7 +3386,7 @@ static BOOL pane_command(Pane* pane, UINT cmd)
break
;
break
;
#ifndef _NO_EXTENSIONS
#ifndef _NO_EXTENSIONS
case
ID_PREFERED_SIZES
:
{
case
ID_PREFER
R
ED_SIZES
:
{
calc_widths
(
pane
,
TRUE
);
calc_widths
(
pane
,
TRUE
);
set_header
(
pane
);
set_header
(
pane
);
InvalidateRect
(
pane
->
hwnd
,
0
,
TRUE
);
InvalidateRect
(
pane
->
hwnd
,
0
,
TRUE
);
...
@@ -4066,8 +4066,8 @@ void show_frame(HWND hwndParent, int cmdshow)
...
@@ -4066,8 +4066,8 @@ void show_frame(HWND hwndParent, int cmdshow)
{
2
,
ID_WINDOW_TILE_HORZ
,
TBSTATE_ENABLED
,
BTNS_BUTTON
,
{
0
,
0
},
0
,
0
},
{
2
,
ID_WINDOW_TILE_HORZ
,
TBSTATE_ENABLED
,
BTNS_BUTTON
,
{
0
,
0
},
0
,
0
},
{
3
,
ID_WINDOW_TILE_VERT
,
TBSTATE_ENABLED
,
BTNS_BUTTON
,
{
0
,
0
},
0
,
0
},
{
3
,
ID_WINDOW_TILE_VERT
,
TBSTATE_ENABLED
,
BTNS_BUTTON
,
{
0
,
0
},
0
,
0
},
/*TODO
/*TODO
{4, ID_... , TBSTATE_ENABLED, BTNS_BUTTON},
{4, ID_... , TBSTATE_ENABLED, BTNS_BUTTON
, {0, 0}, 0, 0
},
{5, ID_... , TBSTATE_ENABLED, BTNS_BUTTON},
{5, ID_... , TBSTATE_ENABLED, BTNS_BUTTON
, {0, 0}, 0, 0
},
*/
};
*/
};
Globals
.
htoolbar
=
CreateToolbarEx
(
Globals
.
hMainWnd
,
WS_CHILD
|
WS_VISIBLE
,
Globals
.
htoolbar
=
CreateToolbarEx
(
Globals
.
hMainWnd
,
WS_CHILD
|
WS_VISIBLE
,
...
...
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