Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
13f7615f
Commit
13f7615f
authored
Feb 01, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translate french comment
parent
6136f4c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/gui/wince/preferences.cpp
modules/gui/wince/preferences.cpp
+1
-1
No files found.
modules/gui/wince/preferences.cpp
View file @
13f7615f
...
...
@@ -271,7 +271,7 @@ LRESULT PrefsDialog::WndProc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp )
case
SB_BOTTOM
:
newvalue
=
0
;
break
;
case
SB_TOP
:
newvalue
=
config_data
->
panel
->
maxvalue
;
break
;
case
SB_LINEDOWN
:
newvalue
+=
10
;
break
;
case
SB_PAGEDOWN
:
newvalue
+=
rc
.
bottom
-
rc
.
top
-
25
;
break
;
//
faux
!
u
ne page
c'est la longueur relle de notebook
case
SB_PAGEDOWN
:
newvalue
+=
rc
.
bottom
-
rc
.
top
-
25
;
break
;
//
wrong
!
o
ne page
is notebook actual length
case
SB_LINEUP
:
newvalue
-=
10
;
break
;
case
SB_PAGEUP
:
newvalue
-=
rc
.
bottom
-
rc
.
top
-
25
;
break
;
case
SB_THUMBPOSITION
:
...
...
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