diff options
author | Philipp Hahn <pmhahn@users.sourceforge.net> | 2002-06-24 17:40:44 +0000 |
---|---|---|
committer | Philipp Hahn <pmhahn@users.sourceforge.net> | 2002-06-24 17:40:44 +0000 |
commit | 37ff060f386798e66d46ba8b0bf116ac0614dc30 (patch) | |
tree | 3a692ab7d342851e511f08c94c3bb1b931fa3138 /src | |
parent | 9f169bfef3229a9c2b2396993e2fcea1b3a7c8ac (diff) | |
download | xine-lib-37ff060f386798e66d46ba8b0bf116ac0614dc30.tar.gz xine-lib-37ff060f386798e66d46ba8b0bf116ac0614dc30.tar.bz2 |
Add missing dot in message
CVS patchset: 2155
CVS date: 2002/06/24 17:40:44
Diffstat (limited to 'src')
-rw-r--r-- | src/dxr3/video_out_dxr3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index c0732ffc7..a06b655f8 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_dxr3.c,v 1.29 2002/06/17 15:55:00 mroi Exp $ + * $Id: video_out_dxr3.c,v 1.30 2002/06/24 17:40:44 pmhahn Exp $ */ /* mpeg1 encoding video out plugin for the dxr3. @@ -158,7 +158,7 @@ vo_driver_t *init_video_out_plugin(config_values_t *config, void *visual_gen) this->enhanced_mode = config->register_bool(config, "dxr3.enc_alt_play_mode", 1, _("dxr3: use alternate play mode for mpeg encoder playback"), - _("Enabling this option will utilise a smoother play mode"), dxr3_update_enhanced_mode, this); + _("Enabling this option will utilise a smoother play mode."), dxr3_update_enhanced_mode, this); confstr = config->register_string(config, CONF_LOOKUP, CONF_DEFAULT, CONF_NAME, CONF_HELP, NULL, NULL); strncpy(this->devname, confstr, 128); |