diff options
author | Stefano Karapetsas <[email protected]> | 2014-09-23 15:05:07 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-23 15:05:07 +0200 |
commit | 51644b243c9093bd48f1e4fccf14ec53301db3ac (patch) | |
tree | 01bc58e8018d9499c538d9e50e01e7581a948f1e /libview | |
parent | fe7fc36059422d144cb0a729ae212c26317b7156 (diff) | |
download | atril-51644b243c9093bd48f1e4fccf14ec53301db3ac.tar.bz2 atril-51644b243c9093bd48f1e4fccf14ec53301db3ac.tar.xz |
libview: Fix comment
Diffstat (limited to 'libview')
-rw-r--r-- | libview/ev-web-view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libview/ev-web-view.h b/libview/ev-web-view.h index 29a22f06..42345ca1 100644 --- a/libview/ev-web-view.h +++ b/libview/ev-web-view.h @@ -19,7 +19,7 @@ */ #if !defined (__EV_ATRIL_VIEW_H_INSIDE__) && !defined (ATRIL_COMPILATION) -#error "Only <atril-web_view.h> can be included directly." +#error "Only <atril-view.h> can be included directly." #endif #include "config.h" @@ -89,4 +89,4 @@ void ev_web_view_disconnect_handlers (EvWebView *webview); G_END_DECLS #endif /* __EV_WEB_VIEW_H__ */ -#endif /* ENABLE_EPUB */
\ No newline at end of file +#endif /* ENABLE_EPUB */ |