#!/bin/sh
#
# Wrapped that calls dia in integrated GNOME version
#

dia-gnome --integrated "$@"

