diff --git a/cmake/packaging/LAMMPS_DMG_Background.xcf b/cmake/packaging/LAMMPS_DMG_Background.xcf new file mode 100644 index 0000000000..cff3222717 Binary files /dev/null and b/cmake/packaging/LAMMPS_DMG_Background.xcf differ diff --git a/doc/src/JPG/lammps-gui-find.png b/doc/src/JPG/lammps-gui-find.png new file mode 100644 index 0000000000..452c5818eb Binary files /dev/null and b/doc/src/JPG/lammps-gui-find.png differ diff --git a/tools/lammps-gui/findandreplace.cpp b/tools/lammps-gui/findandreplace.cpp index d3ef6409b5..e986dc4edf 100644 --- a/tools/lammps-gui/findandreplace.cpp +++ b/tools/lammps-gui/findandreplace.cpp @@ -41,10 +41,10 @@ FindAndReplace::FindAndReplace(CodeEditor *_editor, QWidget *parent) : withcase = new QCheckBox("Match case"); wrap = new QCheckBox("Wrap around"); whole = new QCheckBox("Whole word"); - auto *next = new QPushButton("Next"); - auto *replone = new QPushButton("Replace"); - auto *replall = new QPushButton("Replace All"); - auto *done = new QPushButton("Done"); + auto *next = new QPushButton("&Next"); + auto *replone = new QPushButton("&Replace"); + auto *replall = new QPushButton("Replace &All"); + auto *done = new QPushButton("&Done"); layout->addWidget(new QLabel("Find:"), 0, 0, Qt::AlignRight); layout->addWidget(search, 0, 1, 1, 2, Qt::AlignLeft);