mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Qt: Add translation for main window name
This commit is contained in:
parent
9aacc412ca
commit
28461a1d44
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#include "version.hpp"
|
||||
|
||||
MainWindow::MainWindow(QApplication* app, QWidget* parent) : QMainWindow(parent), keyboardMappings(InputMappings::defaultKeyboardMappings()) {
|
||||
setWindowTitle("Alber");
|
||||
setWindowTitle(tr("Alber"));
|
||||
|
||||
// Enable drop events for loading ROMs
|
||||
setAcceptDrops(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue