summaryrefslogtreecommitdiff
path: root/ui/gtk/profile_dlg.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-17 00:42:45 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-17 00:42:45 +0000
commit2572f8ac1ea9dee6381dda5774efb9d5ae303c38 (patch)
tree560777eaaece460d7848036925bf016a83fe3fa0 /ui/gtk/profile_dlg.h
parent26a909d980f0e9f4ec8cdf7930583c0c861025d0 (diff)
downloadwireshark-2572f8ac1ea9dee6381dda5774efb9d5ae303c38.tar.gz
From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8690 :
Change "Edit" to "Rename" and add icons to "Manage Profiles..." and "Switch to...". Update the associated widget, routine, and variable names in order to facilitate future maintenance. svn path=/trunk/; revision=49361
Diffstat (limited to 'ui/gtk/profile_dlg.h')
-rw-r--r--ui/gtk/profile_dlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/profile_dlg.h b/ui/gtk/profile_dlg.h
index 6948e752b2..ffcf8c01e6 100644
--- a/ui/gtk/profile_dlg.h
+++ b/ui/gtk/profile_dlg.h
@@ -58,7 +58,7 @@ void profile_delete_cb (GtkWidget *w _U_, gpointer data _U_);
* @param w parent widget (unused)
* @param data pointer to user_data (unused)
*/
-void profile_edit_cb (GtkWidget *w _U_, gpointer data _U_);
+void profile_rename_cb (GtkWidget *w _U_, gpointer data _U_);
/** User requested the "Configuration Profiles" dialog box by menu or toolbar.
*