コミットメタ情報

リビジョンb4a74f2b72c057391079239f6fb0976bde98981a (tree)
日時2010-02-18 06:03:59
作者nogu <nogu@user...>
コミッターnogu

ログメッセージ

Remove extra spaces

変更サマリ

差分

--- a/po/ja.po
+++ b/po/ja.po
@@ -1358,13 +1358,13 @@ msgstr " "
13581358 #~ msgid "Complete."
13591359 #~ msgstr "完了。"
13601360
1361-#~ msgid "Do you want to delete the image ?"
1361+#~ msgid "Do you want to delete the image?"
13621362 #~ msgstr "画像を削除しますか?"
13631363
13641364 #~ msgid "Do you want to replace the file?"
13651365 #~ msgstr "ファイルを置き換えますか?"
13661366
1367-#~ msgid "Do you want to stop loading ?"
1367+#~ msgid "Do you want to stop loading?"
13681368 #~ msgstr "読み込みを停止しますか?"
13691369
13701370 #~ msgctxt "@action:intoolbar"
--- a/src/htmlpart.cpp
+++ b/src/htmlpart.cpp
@@ -1350,7 +1350,7 @@ bool HTMLPart::startMultiPopup()
13501350 }
13511351
13521352
1353-/* Is it multi-popup mode now ? */ /* private */
1353+/* Is it multi-popup mode now? */ /* private */
13541354 bool HTMLPart::isMultiPopupMode()
13551355 {
13561356 if (!m_popup) {
--- a/src/libkita/datinfo.cpp
+++ b/src/libkita/datinfo.cpp
@@ -757,7 +757,7 @@ bool DatInfo::checkId(const QString& strid, int num)
757757 }
758758
759759
760-/* Are keywords included ? */ /* public */
760+/* Are keywords included? */ /* public */
761761 bool DatInfo::checkWord(const QStringList& stlist, /* list of keywords */
762762 int num, bool checkOr /* AND or OR search */)
763763 {
--- a/src/libkita/datinfo.h
+++ b/src/libkita/datinfo.h
@@ -82,7 +82,7 @@ struct RESDAT
8282
8383 AncList anclist; /* anchor list. See above. */
8484
85- bool checkAbone; /* Is abone checked ? */
85+ bool checkAbone; /* Is abone checked? */
8686 bool abone;
8787
8888 /* Is this res responsed by other one? */
旧リポジトリブラウザで表示