aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-29 23:18:47 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-29 23:18:47 +0000
commitd53bc56f03b4d0be0e0f445fe01b14838a9b1a88 (patch)
tree0cfcac44b16d73da2d1c7e6655efc38ae4f2d550 /gtk/capture_file_dlg.h
parent0ce9a23b254130dc7b4c42952632f3e670870a1c (diff)
Fix the idempotent-include #define.
svn path=/trunk/; revision=18035
Diffstat (limited to 'gtk/capture_file_dlg.h')
-rw-r--r--gtk/capture_file_dlg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/capture_file_dlg.h b/gtk/capture_file_dlg.h
index 3a980ef97b..1265732a5e 100644
--- a/gtk/capture_file_dlg.h
+++ b/gtk/capture_file_dlg.h
@@ -22,8 +22,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef __FILE_DLG_H__
-#define __FILE_DLG_H__
+#ifndef __CAPTURE_FILE_DLG_H__
+#define __CAPTURE_FILE_DLG_H__
/** @file
* "Open" / "Close" / "Save" / "Save As" / etc dialog boxes.