mirror of https://github.com/snes9xgit/snes9x.git
Use correct name.
This commit is contained in:
parent
fac1174f6b
commit
41a8ed53c4
|
@ -238,7 +238,7 @@ event_shader_select (GtkButton *widget, gpointer data)
|
||||||
if (strcmp (gui_config->last_shader_directory, ""))
|
if (strcmp (gui_config->last_shader_directory, ""))
|
||||||
{
|
{
|
||||||
gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (dialog),
|
gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (dialog),
|
||||||
gui_config->last_directory);
|
gui_config->last_shader_directory);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue