mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
do not use #ifdef in main code; use the lyxrc.dist mechanism to provide defaults for mac osx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24083 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c5fa38deab
commit
6e74e240ff
@ -27,6 +27,7 @@
|
||||
\screen_font_roman "Times"
|
||||
\screen_font_sans "Helvetica"
|
||||
\screen_font_typewriter "Courier"
|
||||
\open_buffers_in_tabs false
|
||||
|
||||
#
|
||||
# COLOR SECTION ###################################
|
||||
|
@ -295,12 +295,7 @@ void LyXRC::setDefaults() {
|
||||
converter_cache_maxage = 6 * 30 * 24 * 3600; // 6 months
|
||||
user_name = to_utf8(support::user_name());
|
||||
user_email = to_utf8(support::user_email());
|
||||
#ifdef __APPLE_CC__
|
||||
open_buffers_in_tabs = false;
|
||||
#else
|
||||
open_buffers_in_tabs = true;
|
||||
#endif
|
||||
use_bundled_format = false;
|
||||
|
||||
// Fullscreen settings
|
||||
full_screen_limit = false;
|
||||
|
Loading…
Reference in New Issue
Block a user