|
1 | 1 | /* |
2 | 2 | * Copyright 2012, 2013, 2014 Thomas Schöps |
3 | | - * Copyright 2013-2024 Kai Pastor |
| 3 | + * Copyright 2013-2025 Kai Pastor |
4 | 4 | * |
5 | 5 | * This file is part of OpenOrienteering. |
6 | 6 | * |
@@ -282,7 +282,7 @@ public slots: |
282 | 282 |
|
283 | 283 | /** Undoes the last object edit step. */ |
284 | 284 | void undo(); |
285 | | - /** Redoes the last object edit step */ |
| 285 | + /** Redoes the last object edit step. */ |
286 | 286 | void redo(); |
287 | 287 | /** Cuts the selected object(s). */ |
288 | 288 | void cut(); |
@@ -386,8 +386,8 @@ public slots: |
386 | 386 | void updatePasteAvailability(); |
387 | 387 |
|
388 | 388 | /** |
389 | | - * Checks the presence of spot colors, |
390 | | - * and to disables overprinting simulation if there are no spot colors. |
| 389 | + * Checks the presence of spot colors |
| 390 | + * and disables overprinting simulation if there are no spot colors. |
391 | 391 | */ |
392 | 392 | void spotColorPresenceChanged(bool has_spot_colors); |
393 | 393 |
|
@@ -436,7 +436,7 @@ public slots: |
436 | 436 | void selectByCurrentSymbols(); |
437 | 437 |
|
438 | 438 | /** |
439 | | - * Reverses the selected object(s) direcction(s), |
| 439 | + * Reverses the selected object(s) direction(s), |
440 | 440 | * thus switching dash directions for lines. |
441 | 441 | */ |
442 | 442 | void switchDashesClicked(); |
@@ -875,4 +875,4 @@ Symbol* MapEditorController::activeSymbol() const |
875 | 875 |
|
876 | 876 | } // namespace OpenOrienteering |
877 | 877 |
|
878 | | -#endif |
| 878 | +#endif // OPENORIENTEERING_MAP_EDITOR_H |
0 commit comments