mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-22 09:09:18 +01:00
* settingtxtdialog:: add newline after the last entry to keep libogc from choking on it
This commit is contained in:
parent
52c6124b8e
commit
dd38acc53e
@ -109,7 +109,7 @@ void SettingTxtDialog::on_buttonBox_accepted()
|
||||
"CODE=" + ui->lineEdit_code->text() + "\r\n" +
|
||||
"SERNO=" + ui->lineEdit_serno->text() + "\r\n" +
|
||||
"VIDEO=" + ui->lineEdit_video->text() + "\r\n" +
|
||||
"GAME=" + ui->lineEdit_game->text();
|
||||
"GAME=" + ui->lineEdit_game->text() + "\r\n";
|
||||
|
||||
ret = s.toAscii();
|
||||
ret = PaddedByteArray( ret, 0x100 );
|
||||
|
@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>NUS NandBuilder</string>
|
||||
<string>Ohneschwanzenegger</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralWidget">
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
@ -172,7 +172,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>654</width>
|
||||
<height>27</height>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuNand_Dump">
|
||||
|
Loading…
Reference in New Issue
Block a user