diff easyhg.pro @ 275:1244dc3107cb more_information_dialog

* Some work on separating out the "more information" component from dialog messages. Will need work on layouts
author Chris Cannam
date Mon, 31 Jan 2011 17:23:10 +0000
parents f649f6066e4d
children d40294e164da
line wrap: on
line diff
--- a/easyhg.pro	Tue Jan 25 16:41:40 2011 +0000
+++ b/easyhg.pro	Mon Jan 31 17:23:10 2011 +0000
@@ -49,7 +49,8 @@
     incomingdialog.h \
     uncommitteditem.h \
     settingsdialog.h \
-    clickablelabel.h
+    clickablelabel.h \
+    moreinformationdialog.h
 SOURCES = main.cpp \
     mainwindow.cpp \
     hgtabwidget.cpp \
@@ -79,7 +80,8 @@
     changesetscene.cpp \
     incomingdialog.cpp \
     uncommitteditem.cpp \
-    settingsdialog.cpp
+    settingsdialog.cpp \
+    moreinformationdialog.cpp
 
 macx-* {
     SOURCES += common_osx.mm