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

dia-normal --integrated "$@"

