1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Correct some comments.

Rename method for consistency.
This commit is contained in:
v.audacity
2010-08-08 00:26:07 +00:00
parent 56adffdce6
commit c7826bcdf9
3 changed files with 6 additions and 6 deletions

View File

@@ -206,7 +206,7 @@ void OnCopy();
void OnPaste();
private:
bool HandleTextPaste(); // Handle text paste (into active label), if any. Return true if pasted.
bool HandlePasteText(); // Handle text paste (into active label), if any. Return true if pasted.
bool HandlePasteNothingSelected(); // Return true if nothing selected, regardless of paste result.
public: