Skip to content
Snippets Groups Projects
Commit be77e8eb authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Fix typo in configwindow

parent ac4dac64
Branches release/windows-test/201910
Tags
No related merge requests found
...@@ -716,7 +716,7 @@ create_recording_settings () ...@@ -716,7 +716,7 @@ create_recording_settings ()
gtk_table_attach( GTK_TABLE(table), label, 0, 1, 3, 4, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); gtk_table_attach( GTK_TABLE(table), label, 0, 1, 3, 4, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0);
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
savePathText = gtk_entry_new(); savePathText = gtk_entry_new();
gtk_label_set_mnemonic_idget(GTK_LABEL(label), savePathText); gtk_label_set_mnemonic_widget(GTK_LABEL(label), savePathText);
gtk_entry_set_text(GTK_ENTRY(savePathText),defaultSavePath); gtk_entry_set_text(GTK_ENTRY(savePathText),defaultSavePath);
gtk_table_attach(GTK_TABLE(table), savePathText, 1, 2, 3, 4, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); gtk_table_attach(GTK_TABLE(table), savePathText, 1, 2, 3, 4, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment