Skip to content
Snippets Groups Projects
Commit e8d188c4 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Rename variable.

Refers to #2
parent c4d717e4
Branches
Tags
No related merge requests found
...@@ -95,7 +95,7 @@ namespace ATXTray ...@@ -95,7 +95,7 @@ namespace ATXTray
var heartBeat = "?"; var heartBeat = "?";
var serviceRunning = "stopped"; var serviceRunning = "stopped";
var txInProgress = "No"; var txProgress = "No";
if (_svcRunning) { if (_svcRunning) {
serviceRunning = "OK"; serviceRunning = "OK";
...@@ -111,7 +111,7 @@ namespace ATXTray ...@@ -111,7 +111,7 @@ namespace ATXTray
return; return;
UpdateHoverText(string.Format("AutoTx [svc={0}] [hb={1}] [tx={2}]", UpdateHoverText(string.Format("AutoTx [svc={0}] [hb={1}] [tx={2}]",
serviceRunning, heartBeat, txInProgress)); serviceRunning, heartBeat, txProgress));
} }
private void MiExitClick(object sender, EventArgs e) { private void MiExitClick(object sender, EventArgs e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment