Skip to content

Commit

Permalink
fix button text
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMrt committed Dec 25, 2024
1 parent 3f8c02a commit 8dcd957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/davis_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ DavisGUI::DavisGUI(QWidget* parent)
qpbOpen = new AnimatedButton("Open", QColor(120, 120, 120), QColor(42, 130, 218), this);
//qpbOpen->setGeometry(65, 180, 90, 30);

qpbBuffer = new AnimatedButton("Copy from buffer or Ctrl+V",
qpbBuffer = new AnimatedButton("Past from clipboard (Ctrl+V)",
QColor(120, 120, 120),
QColor(42, 130, 218),
this);
Expand Down

0 comments on commit 8dcd957

Please sign in to comment.