QmlJSDebugger: Renamed "execution paused" to "animation paused"

The latter better describes what is paused, since expressions are
actually still executed.

Suggested by Kai.
This commit is contained in:
Thorbjørn Lindeijer
2011-03-22 10:37:14 +01:00
parent 0a813cd67c
commit a8bf2ba5e3
16 changed files with 52 additions and 52 deletions

View File

@@ -49,7 +49,7 @@ class ObserverProtocol : public QObject
public:
enum Message {
AnimationSpeedChanged = 0,
ExecutionPausedChanged = 19, // highest value
AnimationPausedChanged = 19, // highest value
ChangeTool = 1,
ClearComponentCache = 2,
ColorChanged = 3,
@@ -62,7 +62,7 @@ public:
Reload = 10,
Reloaded = 11,
SetAnimationSpeed = 12,
SetExecutionPaused = 18,
SetAnimationPaused = 18,
SetContextPathIdx = 13,
SetCurrentObjects = 14,
SetDesignMode = 15,