mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-22 13:29:14 +01:00
* settingtxtdialog:: add newline after the last entry to keep libogc from choking on it
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@74 389f4c8b-5dfe-645f-db0e-df882bc27289
This commit is contained in:
parent
ca9ee0ebcc
commit
45ab760616
@ -109,7 +109,7 @@ void SettingTxtDialog::on_buttonBox_accepted()
|
|||||||
"CODE=" + ui->lineEdit_code->text() + "\r\n" +
|
"CODE=" + ui->lineEdit_code->text() + "\r\n" +
|
||||||
"SERNO=" + ui->lineEdit_serno->text() + "\r\n" +
|
"SERNO=" + ui->lineEdit_serno->text() + "\r\n" +
|
||||||
"VIDEO=" + ui->lineEdit_video->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 = s.toAscii();
|
||||||
ret = PaddedByteArray( ret, 0x100 );
|
ret = PaddedByteArray( ret, 0x100 );
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>NUS NandBuilder</string>
|
<string>Ohneschwanzenegger</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralWidget">
|
<widget class="QWidget" name="centralWidget">
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
@ -172,7 +172,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>654</width>
|
<width>654</width>
|
||||||
<height>27</height>
|
<height>20</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menuNand_Dump">
|
<widget class="QMenu" name="menuNand_Dump">
|
||||||
|
Loading…
Reference in New Issue
Block a user