diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2020-05-01 02:09:04 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-02 14:12:36 +0200 |
commit | ef433cb367d1b94002f799a5a7b9019ac04b1ee7 (patch) | |
tree | 5fd9de94e946920f89ab8f670492da9dc3252846 /Libraries/LibGUI/Makefile | |
parent | 8e01356b2f16393932f62354b1564e6676cbe791 (diff) | |
download | serenity-ef433cb367d1b94002f799a5a7b9019ac04b1ee7.zip |
LibGUI: The UI calls it 'Icon view', fix the name in the code
Diffstat (limited to 'Libraries/LibGUI/Makefile')
-rw-r--r-- | Libraries/LibGUI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibGUI/Makefile b/Libraries/LibGUI/Makefile index c02572d276..2535132435 100644 --- a/Libraries/LibGUI/Makefile +++ b/Libraries/LibGUI/Makefile @@ -28,8 +28,8 @@ OBJS = \ Frame.o \ GroupBox.o \ Icon.o \ + IconView.o \ InputBox.o \ - ItemView.o \ INILexer.o \ INISyntaxHighlighter.o \ JsonArrayModel.o \ |