Skip to content

Commit 541d727

Browse files
name of modes
1 parent 7c2ef36 commit 541d727

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

kratos.gid/scripts/Controllers/Preferences.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</combobox>
2121
<entrywithbutton name="debug_folder" label="Debug path" variable="debug_folder" buttonimage="folder.png" variablemanager='Kratos::ManagePreferences' buttonfunction="OpenBrowserForDirectoryDebug" help='Path to the kratos debug folder. This is placed in the launch.json file for debugging' />
2222
<comboboxframe name="launch_configuration" label="Launch configuration" variable="launch_configuration" variablemanager='Kratos::ManagePreferences' help='' >
23-
<option value='Launch via pip on GiDs python' label='Launch via pip on GiDs python'/>
24-
<option value='Launch via pip' label='Launch via pip' setactivate="python_path"/>
25-
<option value='Launch local compiled version' label='Launch local compiled version' setactivate="python_path kratos_bin_path"/>
23+
<option value='Launch via pip on GiDs python' label='Default'/>
24+
<option value='Launch via pip' label='External python' setactivate="python_path"/>
25+
<option value='Launch local compiled version' label='Your compiled Kratos' setactivate="python_path kratos_bin_path"/>
2626
<option value='Docker' label='Docker' setactivate="docker_image" />
2727
<entrywithbutton name="python_path" variable="python_path" label="Python path (exe)" variablemanager='Kratos::ManagePreferences' help='Path to python.exe' buttonimage="folder.png" buttonfunction="OpenBrowserForDirectoryPython"/>
2828
<entrywithbutton name="kratos_bin_path" variable="kratos_bin_path" label="Kratos path (bin)" variablemanager='Kratos::ManagePreferences' help='Path to your compiled kratos folder' buttonimage="folder.png" buttonfunction="OpenBrowserForDirectoryKratos"/>

0 commit comments

Comments
 (0)