Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
619dae5079
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/juce_appframework/gui/components/windows/juce_ThreadWithProgressWindow.h

+ 1
- 1
src/juce_appframework/gui/components/windows/juce_ThreadWithProgressWindow.h View File

@@ -115,7 +115,7 @@ public:
const bool hasProgressBar, const bool hasProgressBar,
const bool hasCancelButton, const bool hasCancelButton,
const int timeOutMsWhenCancelling = 10000, const int timeOutMsWhenCancelling = 10000,
const String& cancelButtonText = T("Cancel"));
const String& cancelButtonText = JUCE_T("Cancel"));
/** Destructor. */ /** Destructor. */
~ThreadWithProgressWindow(); ~ThreadWithProgressWindow();


Loading…
Cancel
Save