Skip to content

Commit b223a61

Browse files
committed
tweaks & language fix
1 parent 94fb505 commit b223a61

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/dbg_engine/dbg_engine_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ d_tick(Arena *arena, D_TargetArray *targets, D_BreakpointArray *breakpoints, D_P
20892089
// rjf: no targets -> error
20902090
if(targets_to_launch->count == 0)
20912091
{
2092-
log_user_error(str8_lit("No active targets exist; cannot launch. You must select target first."));
2092+
log_user_error(str8_lit("No active targets exist; cannot launch. You must select a target first."));
20932093
}
20942094
}break;
20952095
case D_CmdKind_Kill:

src/raddbg/generated/raddbg.meta.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,8 +1960,8 @@ RD_SettingVal rd_setting_code_default_val_table[19] =
19601960
{1, 1},
19611961
{1, 0},
19621962
{1, 4},
1963-
{1, 12},
1964-
{1, 12},
1963+
{1, 11},
1964+
{1, 11},
19651965
{1, 1},
19661966
{1, 0},
19671967
{1, 1},

src/raddbg/raddbg.mdesk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,8 +1206,8 @@ RD_SettingTable:
12061206
{BreakpointGlow breakpoint_glow "Breakpoint Glow" 0 1 0 1 }
12071207
{OpaqueBackgrounds opaque_backgrounds "Opaque Backgrounds" 0 0 0 1 }
12081208
{TabWidth tab_width "Tab Width" 0 4 1 32 }
1209-
{MainFontSize main_font_size "Main Font Size" 1 12 6 72 }
1210-
{CodeFontSize code_font_size "Code Font Size" 1 12 6 72 }
1209+
{MainFontSize main_font_size "Main Font Size" 1 11 6 72 }
1210+
{CodeFontSize code_font_size "Code Font Size" 1 11 6 72 }
12111211
{SmoothUIText smooth_ui_text "Smooth UI Text" 1 1 0 1 }
12121212
{SmoothCodeText smooth_code_text "Smooth Code Text" 1 0 0 1 }
12131213
{HintUIText hint_ui_text "Hint UI Text" 1 1 0 1 }

0 commit comments

Comments
 (0)