[PC-BSD Commits] r21125 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 24 08:37:22 PST 2013
Author: kenmoore
Date: 2013-01-24 16:37:22 +0000 (Thu, 24 Jan 2013)
New Revision: 21125
Modified:
pcbsd-projects/PCDM/pcdm-gui.cpp
Log:
Oops, forgot to actually have the new function be called on the initial startup
Modified: pcbsd-projects/PCDM/pcdm-gui.cpp
===================================================================
--- pcbsd-projects/PCDM/pcdm-gui.cpp 2013-01-24 16:36:07 UTC (rev 21124)
+++ pcbsd-projects/PCDM/pcdm-gui.cpp 2013-01-24 16:37:22 UTC (rev 21125)
@@ -161,6 +161,9 @@
QWidget* widget = new QWidget;
widget->setLayout(grid);
this->setCentralWidget(widget);
+
+ //Now translate the UI and set all the text
+ retranslateUi();
}
More information about the Commits
mailing list