Skip to content

Commit 8dcd957

Browse files
committed
fix button text
1 parent 3f8c02a commit 8dcd957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/davis_gui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ DavisGUI::DavisGUI(QWidget* parent)
164164
qpbOpen = new AnimatedButton("Open", QColor(120, 120, 120), QColor(42, 130, 218), this);
165165
//qpbOpen->setGeometry(65, 180, 90, 30);
166166

167-
qpbBuffer = new AnimatedButton("Copy from buffer or Ctrl+V",
167+
qpbBuffer = new AnimatedButton("Past from clipboard (Ctrl+V)",
168168
QColor(120, 120, 120),
169169
QColor(42, 130, 218),
170170
this);

0 commit comments

Comments
 (0)