From: Matthew Fernandez Date: Mon, 10 Oct 2022 15:17:21 +0000 (-0700) Subject: smyrna on_gvprbuttonsave_clicked: fix comment description X-Git-Tag: 7.0.0~8^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5de4f8cd04f5a2b4d37234065646ecab8486bc00;p=graphviz smyrna on_gvprbuttonsave_clicked: fix comment description This appears to have been copy-pasted from `on_gvprbuttonload_clicked` and not updated. --- diff --git a/cmd/smyrna/gui/menucallbacks.c b/cmd/smyrna/gui/menucallbacks.c index 6d863fbad..d8c5fd273 100644 --- a/cmd/smyrna/gui/menucallbacks.c +++ b/cmd/smyrna/gui/menucallbacks.c @@ -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)