]> git.street.me.uk Git - andy/viking.git/blobdiff - src/print.h
[QA] Mark some GPS layer strings for translation.
[andy/viking.git] / src / print.h
index 9dd87baddf0e36182f0f7c56f5509b36b093455e..8a3dcca3fa5b895dd6358d8c89c26665bec38771 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
+#if GTK_CHECK_VERSION(2,10,0)
+
 #ifndef __VIKING_PRINT_H
 #define __VIKING_PRINT_H
 
 void a_print(VikWindow *vw, VikViewport *vvp);
 
 #endif /*__VIKING_PRINT_H*/
+
+#endif