Aligning prefix of class names with standard:

RICursors		RiuCursors
RIMainWindow	RiuMainWindow
RIPreferencesDialog	RiuPreferencesDialog
RIProcessMonitor	RiuProcessMonitor
RIResultInfoPanel	RiuResultInfoPanel
RIViewer		RiuViewer
p4#: 21071
This commit is contained in:
Jacob Støren
2013-03-22 17:17:56 +01:00
parent f0174a02fa
commit c8da0f4179
20 changed files with 168 additions and 168 deletions

View File

@@ -27,7 +27,7 @@ int main(int argc, char *argv[])
QLocale::setDefault(QLocale(QLocale::English, QLocale::UnitedStates));
RIMainWindow window;
RiuMainWindow window;
QString platform = cvf::System::is64Bit() ? "(64bit)" : "(32bit)";
window.setWindowTitle("ResInsight " + platform);
window.resize(1000, 800);