* settingtxtdialog:: add newline after the last entry to keep libogc from choking on it

This commit is contained in:
giantpune 2011-03-13 06:53:43 +00:00
parent 52c6124b8e
commit dd38acc53e
2 changed files with 262 additions and 262 deletions

View File

@ -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 );

View File

@ -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">