Window title obfuscation (#759)
This commit is contained in:
		
							parent
							
								
									96142cc532
								
							
						
					
					
						commit
						aa496d402a
					
				|  | @ -54,11 +54,7 @@ MainWindow::MainWindow(QWidget* parent) | |||
| 
 | ||||
|     this->showMaximized(); | ||||
| 
 | ||||
| #ifdef _WIN64 | ||||
|     mWindowMainTitle = tr("x64dbg"); | ||||
| #else | ||||
|     mWindowMainTitle = tr("x32dbg"); | ||||
| #endif | ||||
|     mWindowMainTitle = QCoreApplication::applicationName(); | ||||
| 
 | ||||
|     // Set window title
 | ||||
|     setWindowTitle(QString(mWindowMainTitle)); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue