X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=e8e4ee16db7af9310e793b14d6dc7339010736b1;hb=32f6c066ccad00e1580f1f2a5c1d989153e4a83b;hp=cec0d7c3965ecb8f9dad6f27cfe923267bbeb6e5;hpb=ad1dc2fd6bb744c2c610d93debe1352b155df305;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index cec0d7c396..e8e4ee16db 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -94,6 +94,7 @@ public: RC_GROUP_LAYOUTS, RC_GUI_LANGUAGE, RC_HUNSPELLDIR_PATH, + RC_ICON_SET, RC_INDEX_ALTERNATIVES, RC_INDEX_COMMAND, RC_INPUT, @@ -458,6 +459,8 @@ public: std::string user_name; /// user email std::string user_email; + /// icon set name + std::string icon_set; /// True if the TeX engine cannot handle posix paths bool windows_style_tex_paths; /// True if the TeX engine can handle file names containing spaces