Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
hoehna committed Apr 26, 2018
1 parent 7c27684 commit 94149b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/RbGTKGui.cpp
Expand Up @@ -524,7 +524,7 @@ static void menuitem_source_response( gchar *string )
char *filename;

filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (dialog));
std::string fn = std::string(filename)
std::string fn = std::string(filename);

# if defined (RB_WIN)
StringUtilities::replaceSubstring(fn, "\\", "\\\\");
Expand Down

0 comments on commit 94149b1

Please sign in to comment.