From kdevelop-bugs Thu Aug 26 14:44:51 2004 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Thu, 26 Aug 2004 14:44:51 +0000 To: kdevelop-bugs Subject: [Bug 86552] typo: wrong closing tag Message-Id: <20040826144451.9767.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306929504996 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=86552 binner kde org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From binner kde org 2004-08-26 16:44 ------- CVS commit by binner: Bug 86552: typo: wrong closing tag (normal) CCMAIL: 86552-done bugs kde org M +1 -1 gccoptionsplugin.cpp 1.16.2.1 --- kdevelop/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp #1.16:1.16.2.1 @ -455,5 +455,5 @ Warnings2Tab::Warnings2Tab(GccOptionsPlu "-Wunreachable-code", i18n("Warn if the compiler detects that code will never be executed")); new FlagListItem(wrestBox, - "-Winline", i18n("Warn if an inline function can not be inlined")); + "-Winline", i18n("Warn if an inline function can not be inlined")); new FlagListItem(wrestBox, "-Wlong-long", i18n("Warn if the long long type is used"));