Ignore:
Timestamp:
May 23, 2013, 5:06:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.5'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/prefinterface.cpp

    r137 r140  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2012 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
     
    229229        setResizeMethod( pref->resize_method );
    230230        setSaveSize( pref->save_window_size_on_exit );
     231
     232
     233
    231234#ifdef SINGLE_INSTANCE
    232235        setUseSingleInstance(pref->use_single_instance);
     
    242245#endif
    243246        setPreciseSeeking(pref->precise_seeking);
     247
     248
    244249
    245250        setDefaultFont(pref->default_font);
     
    293298        pref->save_window_size_on_exit = saveSize();
    294299
     300
     301
    295302#ifdef SINGLE_INSTANCE
    296303        pref->use_single_instance = useSingleInstance();
     
    307314#endif
    308315        pref->precise_seeking = preciseSeeking();
     316
     317
    309318
    310319        pref->default_font = defaultFont();
     
    659668        tr("If this option is enabled the video window will be hidden when playing audio files.") );
    660669
     670
     671
     672
    661673        setWhatsThis(language_combo, tr("Language"),
    662674                tr("Here you can change the language of the application.") );
     
    718730                tr("Note: this option only works with MPlayer2") );
    719731
     732
     733
     734
     735
     736
     737
     738
    720739#ifdef SINGLE_INSTANCE
    721740        addSectionTitle(tr("Instances"));
Note: See TracChangeset for help on using the changeset viewer.