mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Modified version indicator in about window.
This commit is contained in:
parent
dd4cd4f3f8
commit
c4ea0dd603
@ -56,7 +56,7 @@ void AboutCommand::execute(Context* context)
|
||||
FramePtr window(new Frame(false, _("About " PACKAGE)));
|
||||
|
||||
box1 = jbox_new(JI_VERTICAL);
|
||||
label1 = jlabel_new(PACKAGE " | Allegro Sprite Editor | " VERSION);
|
||||
label1 = jlabel_new(PACKAGE " | Allegro Sprite Editor v" VERSION);
|
||||
label2 = jlabel_new(_("A pixel art program"));
|
||||
separator1 = ji_separator_new(NULL, JI_HORIZONTAL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user