summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-05-03 19:16:09 +0000
committerDarin Adler <darin@src.gnome.org>2001-05-03 19:16:09 +0000
commit48df591f7cffba4cd283a8b63be82246fbf545a7 (patch)
treebaeeb13eefc6d2453c31749be5611ef740ac9f53 /src
parenteea486644ba0026ac4d4e42a518ea74c8be1b937 (diff)
downloadnautilus-48df591f7cffba4cd283a8b63be82246fbf545a7.tar.gz
Removed some obsolete name changes. Got rid of one last NTL.
* RENAMING: Removed some obsolete name changes. * src/nautilus-property-browser.h: Got rid of one last NTL.
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-property-browser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nautilus-property-browser.h b/src/nautilus-property-browser.h
index f616480f8..e53b94e0d 100644
--- a/src/nautilus-property-browser.h
+++ b/src/nautilus-property-browser.h
@@ -28,8 +28,8 @@
* customize them
*/
-#ifndef NTL_PROPERTY_BROWSER_H
-#define NTL_PROPERTY_BROWSER_H
+#ifndef NAUTILUS_PROPERTY_BROWSER_H
+#define NAUTILUS_PROPERTY_BROWSER_H
#include <gtk/gtkwindow.h>
@@ -66,4 +66,4 @@ void nautilus_property_browser_show (void);
void nautilus_property_browser_set_path (NautilusPropertyBrowser *panel,
const char *new_path);
-#endif /* NTL_PROPERTY_BROWSER_H */
+#endif /* NAUTILUS_PROPERTY_BROWSER_H */