Ignore:
Timestamp:
Dec 27, 2011, 5:44:12 PM (14 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: latest svn update

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefinterface.cpp

    r112 r119  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2010 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    180180
    181181        setUpdateWhileDragging(pref->update_while_seeking);
     182
    182183
    183184        setDefaultFont(pref->default_font);
     
    242243
    243244        pref->update_while_seeking = updateWhileDragging();
     245
    244246
    245247        pref->default_font = defaultFont();
     
    413415bool PrefInterface::updateWhileDragging() {
    414416        return (timeslider_behaviour_combo->currentIndex() == 0);
     417
     418
     419
     420
     421
     422
     423
     424
     425
    415426}
    416427
     
    549560        tr("Select what to do when dragging the time slider.") );
    550561
     562
     563
     564
     565
     566
    551567        addSectionTitle(tr("Instances"));
    552568
Note: See TracChangeset for help on using the changeset viewer.