Skip to content

Commit 8f7f575

Browse files
committed
Fix target not being bolded properly
1 parent 4379b66 commit 8f7f575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontends/gtk3popup/callbacks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static void sentence_selected(GtkClipboard *clipboard, GdkEvent *event, gpointer
3737
}
3838

3939
AnkiConfig anki_cfg = dp_settings_get_anki_settings(app->settings);
40-
create_ankicard(app->initial_lookup_str, sentence, entry_to_add, anki_cfg);
40+
create_ankicard(app->actual_lookup_str, sentence, entry_to_add, anki_cfg);
4141

4242
// TODO: Cleanup
4343
free(anki_cfg.fieldmapping.field_content);

0 commit comments

Comments
 (0)