~ubuntu-branches/ubuntu/wily/poedit/wily

« back to all changes in this revision

Viewing changes to src/prefsdlg.cpp

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna, Gianfranco Costamagna, Andreas Rönnquist
  • Date: 2015-08-04 09:39:38 UTC
  • mfrom: (10.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20150804093938-1pchlqyv49gbv2u7
Tags: 1.8.4-1
[ Gianfranco Costamagna ]
* New Upstream Version.
* Enable cpprest, now casablanca should be fine in unstable.
* Enable cld and cpprest only where available (adding d-ports archs)

[ Andreas Rönnquist ]
* Add --as-needed linker flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
        m_useFontText->SetValue(cfg.ReadBool("custom_font_text_use", false));
281
281
 
282
282
        #if defined(__WXOSX__)
283
 
            #define DEFAULT_FONT "Helvetica"
 
283
            #define DEFAULT_FONT "Helvetica Neue"
284
284
        #elif defined(__WXMSW__)
285
285
            #define DEFAULT_FONT "Arial"
286
286
        #elif defined(__WXGTK__)