Revision 22a88c2f
Added by Leszek Koltunski about 2 years ago
| src/main/java/org/distorted/dialogs/RubikDialogAbout.java | ||
|---|---|---|
| 33 | 33 |
public class RubikDialogAbout extends RubikDialogAbstract |
| 34 | 34 |
{
|
| 35 | 35 |
private static final String WHATS_NEW = |
| 36 |
"1. Creator of Bandaged Pyraminxes.\n" + |
|
| 37 |
"2. Fixes for the existing Creator of Bandaged Cuboids.\n" + |
|
| 38 |
"3. Adjustments to the way one controls the puzzles.\n" + |
|
| 39 |
"4. Ancient Coin Cube.\n" + |
|
| 40 |
"5. Tins Cube."; |
|
| 36 |
"1. Proper support for cubies with faces of any shape - including ones with arbitrary number of holes, which makes possible...\n" + |
|
| 37 |
"2. The O2 Cube - the easiest of them all!\n" + |
|
| 38 |
"3. Several fixes for crashers introduced in 1.13.0."; |
|
| 41 | 39 |
|
| 42 | 40 |
private static final String WHATS_COMING = |
| 43 | 41 |
"1. Creator of Bandaged Skewbs.\n" + |
Also available in: Unified diff
About Dialog