View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004192 | DarkRadiant | General | public | 31.07.2015 05:49 | 19.06.2016 16:53 |
| Reporter | coldtobi | Assigned To | greebo | ||
| Priority | normal | Severity | text | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.0.2 | ||||
| Target Version | 2.0.3 | Fixed in Version | 2.0.3 | ||
| Summary | 0004192: spelling error in sound module | ||||
| Description | small fix: s/ouput/output | ||||
| Tags | No tags attached. | ||||
| Attached Files | 02-spelling-error.patch (293 bytes)
--- a/plugins/sound/SoundManager.cpp
+++ b/plugins/sound/SoundManager.cpp
@@ -144,7 +144,7 @@
}
else
{
- rMessage() << "SoundManager: sound ouput disabled"
+ rMessage() << "SoundManager: sound output disabled"
<< std::endl;
}
}
| ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 31.07.2015 05:49 | coldtobi | New Issue | |
| 31.07.2015 05:49 | coldtobi | File Added: 02-spelling-error.patch | |
| 29.10.2015 13:22 | greebo | Status | new => confirmed |
| 29.10.2015 13:22 | greebo | Assigned To | => greebo |
| 29.10.2015 13:22 | greebo | Status | confirmed => assigned |
| 29.10.2015 13:31 | greebo | Target Version | => 2.0.3 |
| 29.10.2015 13:31 | greebo | Status | assigned => resolved |
| 29.10.2015 13:31 | greebo | Fixed in Version | => 2.0.3 |
| 29.10.2015 13:31 | greebo | Resolution | open => fixed |
| 19.06.2016 16:53 | greebo | Status | resolved => closed |