Mercurial > mplayer.hg
changeset 37052:2ef6693131f7
Cosmetic: Shorten comment (and phrase more precisely).
author | ib |
---|---|
date | Fri, 11 Apr 2014 09:34:31 +0000 |
parents | 1468239c0fe3 |
children | 84c93a60ead3 |
files | gui/ui/main.c gui/ui/playbar.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/main.c Thu Apr 10 10:20:27 2014 +0000 +++ b/gui/ui/main.c Fri Apr 11 09:34:31 2014 +0000 @@ -138,7 +138,7 @@ break; case wsRLMouseButton: boxMoved=False; - if ( SelectedItem != -1 ) // NOTE TO MYSELF: only if itButton, itHPotmeter or itVPotmeter + if ( SelectedItem != -1 ) // NOTE TO MYSELF: only if hasButton { item=&guiApp.mainItems[SelectedItem]; item->pressed=btnReleased;
--- a/gui/ui/playbar.c Thu Apr 10 10:20:27 2014 +0000 +++ b/gui/ui/playbar.c Fri Apr 11 09:34:31 2014 +0000 @@ -166,7 +166,7 @@ break; case wsRLMouseButton: - if ( SelectedItem != -1 ) // NOTE TO MYSELF: only if itButton, itHPotmeter or itVPotmeter + if ( SelectedItem != -1 ) // NOTE TO MYSELF: only if hasButton { item=&guiApp.playbarItems[SelectedItem]; item->pressed=btnReleased;