Skip to content
Snippets Groups Projects
Commit 828cea27 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix spelling
parent b9ecc41b
No related branches found
No related tags found
No related merge requests found
...@@ -1126,7 +1126,7 @@ StringXColor GeneralOptions_Color[] = { ...@@ -1126,7 +1126,7 @@ StringXColor GeneralOptions_Color[] = {
PACK_COLOR(25, 25, 25, 255), PACK_COLOR(25, 25, 25, 255),
PACK_COLOR(25, 25, 25, 255), PACK_COLOR(25, 25, 25, 255),
PACK_COLOR(25, 25, 25, 255), PACK_COLOR(25, 25, 25, 255),
"Ambiant light color" }, "Ambient light color" },
{ F|O, "DiffuseLight" , opt_general_color_diffuse_light, { F|O, "DiffuseLight" , opt_general_color_diffuse_light,
PACK_COLOR(255, 255, 255, 255), PACK_COLOR(255, 255, 255, 255),
PACK_COLOR(255, 255, 255, 255), PACK_COLOR(255, 255, 255, 255),
......
...@@ -36,7 +36,7 @@ Saved in: @code{General.SessionFileName} ...@@ -36,7 +36,7 @@ Saved in: @code{General.SessionFileName}
@item General.TextEditor @item General.TextEditor
System command to launch a text editor@* System command to launch a text editor@*
Default value: @code{"open -e %s"}@* Default value: @code{"emacs %s &"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item General.TmpFileName @item General.TmpFileName
...@@ -46,7 +46,7 @@ Saved in: @code{General.SessionFileName} ...@@ -46,7 +46,7 @@ Saved in: @code{General.SessionFileName}
@item General.WebBrowser @item General.WebBrowser
System command to launch a web browser@* System command to launch a web browser@*
Default value: @code{"open %s"}@* Default value: @code{"if [[ $(ps -e|grep mozilla|grep -v grep) ]]; then mozilla -remote 'openurl(%s)' ; else mozilla %s ; fi &"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item General.AlphaBlending @item General.AlphaBlending
...@@ -705,7 +705,7 @@ Default value: @code{@{255,255,255@}}@* ...@@ -705,7 +705,7 @@ Default value: @code{@{255,255,255@}}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item General.Color.AmbientLight @item General.Color.AmbientLight
Ambiant light color@* Ambient light color@*
Default value: @code{@{25,25,25@}}@* Default value: @code{@{25,25,25@}}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment