diff options
author | David Doan <daviddoan@Davids-MacBook-Pro-193.local> | 2023-12-13 18:27:12 -0500 |
---|---|---|
committer | David Doan <daviddoan@Davids-MacBook-Pro-193.local> | 2023-12-13 18:27:12 -0500 |
commit | bb11e8e531cf8af1d1e2762495d5176691912552 (patch) | |
tree | af10430f88721180d5fe3f230e275b3c3178759e /src | |
parent | 76e660712c4fa571291cbdd8d4bd2e53b180c5e7 (diff) | |
parent | 4ae173fc1f5853297efba7b9673647a9fc905ce6 (diff) |
Merge branch 'main' of https://github.com/NicholasBottone/the-all-americans-in-cs1230
merge.
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9fe2c92..e9a13ac 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -47,7 +47,7 @@ void MainWindow::initialize() { z_label->setText("Translate Z (T, G):"); z_label->setFont(font); QLabel *w_label = new QLabel(); // W label - w_label->setText("Vorex Depth:"); + w_label->setText("Voxel Depth:"); w_label->setFont(font); currTimeLabel = new QLabel(); // Current Time label |