From 0fe2c476a4fc5e48652c618816898e2b0c5a7a90 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 1 Aug 2009 03:40:47 +0000 Subject: [PATCH] It's @ticket not @issue, use as @ticket{} instead of @ticket . Originally committed to SVN as r3349. --- aegisub/src/audio_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/audio_display.cpp b/aegisub/src/audio_display.cpp index c59bb3054..cc3fd9bdc 100644 --- a/aegisub/src/audio_display.cpp +++ b/aegisub/src/audio_display.cpp @@ -629,7 +629,7 @@ void AudioDisplay::DrawWaveform(wxDC &dc,bool weak) { /// @param weak False if the visible portion of the display has changed. /// /// @bug Slow when non-weak and the selection has to be drawn, see: -/// @issue 951 Spectrum view scrolls/updates considerably slower when selection is visible +/// @ticket{951} Spectrum view scrolls/updates considerably slower when selection is visible void AudioDisplay::DrawSpectrum(wxDC &finaldc,bool weak) { if (!weak || !spectrumDisplay || spectrumDisplay->GetWidth() != w || spectrumDisplay->GetHeight() != h) { if (spectrumDisplay) {