Changeset 163 for smplayer/vendor/current/src/filepropertiesdialog.cpp
- Timestamp:
- May 15, 2014, 7:53:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/filepropertiesdialog.cpp
r140 r163 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 3Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 37 37 connect( applyButton, SIGNAL(clicked()), this, SLOT(apply()) ); 38 38 39 codecs_set = FALSE;39 codecs_set = false; 40 40 41 41 // Read codec info from InfoReader: … … 110 110 } 111 111 112 codecs_set = TRUE;112 codecs_set = true; 113 113 } 114 114
Note:
See TracChangeset
for help on using the changeset viewer.