From 8ba13dd38e7da296177719dcc8fddbbe978a4b9a Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 05 Feb 2005 15:47:16 +0000 Subject: Add a special MessageBox to squeeze the path to fit onto the screen. This is a fix for #1539 --- (limited to 'noncore/graphics/opie-eye/gui/gui.pro') diff --git a/noncore/graphics/opie-eye/gui/gui.pro b/noncore/graphics/opie-eye/gui/gui.pro index 2759dd5..250c8b1 100644 --- a/noncore/graphics/opie-eye/gui/gui.pro +++ b/noncore/graphics/opie-eye/gui/gui.pro @@ -4,7 +4,8 @@ HEADERS += gui/filesystem.h \ gui/imageview.h \ gui/mainwindow.h \ gui/viewmodebutton.h \ - gui/basesetup.h + gui/basesetup.h \ + gui/messagebox.h SOURCES += gui/filesystem.cpp \ gui/iconview.cpp \ @@ -12,6 +13,7 @@ SOURCES += gui/filesystem.cpp \ gui/imageview.cpp \ gui/mainwindow.cpp \ gui/viewmodebutton.cpp \ - gui/basesetup.cpp + gui/basesetup.cpp \ + gui/messagebox.cpp -- cgit v0.9.0.2