Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 3238)
+++ /trunk/BNC/bncwindow.cpp	(revision 3239)
@@ -57,4 +57,5 @@
 #include "bncfigureppp.h"
 #include "bncversion.h"
+#include "upload/bnccustomtrafo.h"
 
 using namespace std;
@@ -2249,3 +2250,6 @@
 ////////////////////////////////////////////////////////////////////////////
 void bncWindow::slotSetUploadTrafo() {
-}
+  bncCustomTrafo* dlg = new bncCustomTrafo(this);
+  dlg->exec();
+  delete dlg;
+}
