X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fbkgrnd2d%2Fplugin.cpp;h=d426ecf5a149b206025a4ce43c492187040f9729;hb=HEAD;hp=447057110ad4d99fe5fcdebdb7eed55ba8a37473;hpb=3c73487420fde8d4a3b5360d8b99e48132517900;p=xonotic%2Fnetradiant.git diff --git a/contrib/bkgrnd2d/plugin.cpp b/contrib/bkgrnd2d/plugin.cpp index 44705711..d426ecf5 100644 --- a/contrib/bkgrnd2d/plugin.cpp +++ b/contrib/bkgrnd2d/plugin.cpp @@ -107,28 +107,28 @@ struct toolbar_button_info_s struct toolbar_button_info_s toolbar_buttons[NUM_TOOLBAR_BUTTONS] = { { - "bkgrnd2d_xy_toggle.bmp", + "bkgrnd2d_xy_toggle.png", "xy background", "Toggle xy background image", DoBkgrndToggleXY, IToolbarButton::eToggleButton }, { - "bkgrnd2d_xz_toggle.bmp", + "bkgrnd2d_xz_toggle.png", "xz background", "Toggle xz background image", DoBkgrndToggleXZ, IToolbarButton::eToggleButton }, { - "bkgrnd2d_yz_toggle.bmp", + "bkgrnd2d_yz_toggle.png", "yz background", "Toggle yz background image", DoBkgrndToggleYZ, IToolbarButton::eToggleButton }, { - "bkgrnd2d_conf.bmp", + "bkgrnd2d_conf.png", "Configure", "Configure background images", ShowBackgroundDialog, @@ -292,8 +292,6 @@ bool CSynapseClientBkgrnd2d::RequestAPI( APIDescriptor_t *pAPI ){ return false; } -#include "version.h" - const char* CSynapseClientBkgrnd2d::GetInfo(){ return "2d Background plugin built " __DATE__ " " RADIANT_VERSION; }