aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/supported_protos_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/supported_protos_dlg.h')
-rw-r--r--gtk/supported_protos_dlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/supported_protos_dlg.h b/gtk/supported_protos_dlg.h
index c64b36ba0d..1ce2b6b846 100644
--- a/gtk/supported_protos_dlg.h
+++ b/gtk/supported_protos_dlg.h
@@ -24,8 +24,8 @@
*
*/
-#ifndef __SUPPORTED_DLG_H__
-#define __SUPPORTED_DLG_H__
+#ifndef __SUPPORTED_PROTOS_DLG_H__
+#define __SUPPORTED_PROTOS_DLG_H__
/** @file
* "Supported Protocols" dialog box.
@@ -42,4 +42,4 @@ void supported_cb(GtkWidget *widget, gpointer data);
/** Redraw all the supported protos text widgets, to use a new font. */
void supported_redraw(void);
-#endif
+#endif /* __SUPPORTED_PROTOS_DLG_H__ */