]> granicus.if.org Git - graphviz/commitdiff
smyrna on_gvprbuttonsave_clicked: fix comment description
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 10 Oct 2022 15:17:21 +0000 (08:17 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 Oct 2022 00:32:13 +0000 (17:32 -0700)
This appears to have been copy-pasted from `on_gvprbuttonload_clicked` and not
updated.

cmd/smyrna/gui/menucallbacks.c

index 6d863fbad2fa468aa761b6dbf5df46ac4c88c2cd..d8c5fd273dda21130d86e8835296be9bc1a86e59 100644 (file)
@@ -388,7 +388,7 @@ void on_gvprbuttonload_clicked(GtkWidget * widget, gpointer user_data)
 }
 
 /*
-       opens a file open dialog and load a gvpr program to gvpr script text box
+       opens a file save dialog and save a gvpr program from gvpr script text box
        if the current script is modified, user should be informed about it
 */
 void on_gvprbuttonsave_clicked(GtkWidget * widget, gpointer user_data)