Changing icons on the dock back to the originals

I changed most of the icons on my dock to the ones that resemble a periodic table. I did this by clicking "get info" on the application and copying and pasting the new icon into the icon slot. I was wondering how I could go back to the old original icons for the apps. Thanks in advance.

If you open the Get Info window, you can select the icon in the upper left corner the same way you originally put the icon there. But instead of pasting, either cut (+X) or press the delete key. Should be back to normal.

Similar Messages

  • Add change Icon in the Table Control tool bar.

    Hi Abapers,
    I need to add "change" icon in the table control. I added it but when I click on it is not working.
    My requirement is that when I run my custom report, all the fields should be shown is in display mode. Then when I click on the "change" icon, all fields should be enabled for change.
    I have already referred to the standard progs BCALV_* but it does not have the "change" icon.
    plz give me any reference prg or sample code.
    Thanks
    Nani.

    Hi Nani,
    Track the function code of change icon in user command. if it is clicked then put a flag eq X.
    check that flag in PBO, if it is eq X then screen-input = 1 or vice versa.
    try this code:
    in PBO:
    LOOP AT SCREEN
    IF WS_EDIT = 'X'
    SCREEN-INPUT = 1
    ELSE
    SCREEN-INPUT = 0
    ENDIF
    MODIFY SCREEN
    ENDLOOP
    Hope it will work fine
    Regards
    Krishnendu

  • How can I change Icons on the Bookmarks Toolbar?

    How can I change Icons on the Bookmarks Toolbar?

    There are two extensions that help you apply your choice of an image for any Bookmark, not just the BTB icons. Choose one extension based upon the features it has, <br />
    https://addons.mozilla.org/en-US/firefox/addon/7849/ <br />
    https://addons.mozilla.org/en-US/firefox/addon/3176/

  • Changing icons on the dock

    Hi,
    i just get some new funny icons i'd install on my dock instead of the defaults one.
    Anybody knows how i get to it?

    First, you need to change the application's icon in the Finder window. Some utilities exist to do this for you. And an application called ShapeShifter will apply sets of icons to your whole entire computer.
    They can be added indiviudally if you only want to change a select few icons.
    -First, open a Finder window
    -Find your application, Right/Control-click on the app, and choose "Get Info..."
    -You will see a tiny version of the icon at the top left corner. Click on it, and you will see a blue area around it, indicating that you've selected it.
    -Now find your icon, and Get Info on this file. Select it in the left corner and then choose "EDIT > COPY"
    -Then select the app's Get Info window, select the icon, and paste it.
    -You may need to take the icon off the dock and then put the new icon into the dock to update the icon.
    Version Tracker You cam find all different sorts of apps here to change your icons, as well as the app ShapeShifter.
    Remember to mark as helpful or solved.
    -benny

  • How do I change icons in the dock (iPhone 5, iOS 7)

    Seems a fairly simple question I can't seem to find an answer to. One used to be able to change these in the normal way, by holding down an icon until the screens starts shaking then dragging into the dock. It seems now though in iOS 7 that one no longer has control over what's in the dock. Am I missing something?

    Nevermind... It still works in the same way. Couldn't get it for some reason before.

  • CANNOT change Icons in the dock or other places like I used to in 10.5.8

    I found a nice set of icons that I would like to set to my MBP that I recently upgraded to Snow Leopard. So far I really haven't had any real problems that I wasn't able to work through except for this one. I've even opened up the "Info" box and changed the sharing and the permissions and changed them so that as an administrator I could change the icon but no luck! On my G5 tower I have no problem at all using the standard procedure but when I apply it to my laptop it just doesn't want to work. I'd appreciate any suggestions.
    Thanks

    I've been playing around with that problem for a bit now: Apple changed it with Leopard and Snow Leopard and it's not as easy as it was with Tiger... but I found a way around it:
    When you control click on any of your folders (to the right of the System Prefs icon), you need to have the following checked:
    Sort by: Name
    Display as: Folder
    View content as: List
    Having changed icons dozens of times, I found that any other setting will keep your pretty icon within a Finder window, but as soon as move it to the Dock, it'll revert to the stock view.
    So, once you choose above settings, go ahead and change an icon on one of your folders and then drag it into the dock. It should work - mine have been there for 2 weeks now.

  • Change icon on the pushbutton in runtime

    Hi all,
    I have a small requirement in screen programming.
    I need to change the icon on the pushbutton in runtime.
    can anybody help me how to do this.
    Regards.
    Krishna.

    Ho Again ,
      For screens, what you can do is in the PBO of the screen, write :-
      LOOP AT SCREEN.
        IF screen-name = 'BUTTON_NAME'.
          screen-invisible = '1'.
          screen-active = space.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    Looping at the screen elements and modifying them, makes it dynamically to change its properties.
    Thanks and regards,
    Ravi :).
    NOTE: Ponits keep me alive on SDN .

  • Change icon on the pushbutton at runtime

    Hi all,
    I am new to ABAP.
    I have one requirement in screen programming.
    I need to change the icon on the pushbutton at runtime.
    can somebody give me  idea or any sample code.
    thanks in advance.
    Raju Naga.

    hi,
    You will have to basically set your pf-status with the option EXCLUDING fcodes, where fcodes can be just one fcode of your pushbuttons on the menu, or it can be an internal table of several fcodes, if you are disabling them. This will disable them and to re-enable them you just have to set pf-status without the option EXCLUDING.
    IF <mycondition>
      SET PF-STATUS <mystatus> EXCLUDING 'ABCD'.
    *-- or SET PF-STATUS <mystatus> EXCLUDING fcodes_itab ]
      where fcodes_itab has more than one fcodes
    ELSE.
      SET PF-STATUS <mystatus>.
    ENDIF.
    In order to grey-out instead of removing altogether, you still need to do ....
    SET PF-STATUS '0100' EXCLUDING....
    Also you need to change a setting in the gui status.
    Go into your gui status by double clicking on the status name, click Go To --> Attributes --> PushButton Assignment. You will get a dialog box, select the radiobutton for "Display All". Save and activate. Now instead of the buttons being removed, they will be greyed out.
    Pls : useful award points.
    Sri

  • Changing icon in the title bar

    Hi all,
    I've seen that applications like NetBeans have custom icons in the title bar of the application (instead of the standard Java Cup). How can I do the same? (i.e. customize the icon).
    Thanks in advance!

    One issue to be aware on Windows is that the icon you set is used both on the title bar (16x16) and when you <alt> <tab> between apps (32x32 or 48x48 on XP). This means that if you create a 16x16 icon it will look kind of chunky when you <alt><tab>. At work we get our art department to create a 48x48 icon that scales down to 16x16 well, a non trival task.
    IL

  • Change icon size in dock

    I upgraded to OS X 10.9 from Mountain Lion. The icons on my dock (which I have on the right hand side of my screen) all became smaller with the upgrade. When I move the slider bar in dock settings (in system preferences) from small to large the icons do not change size as they did in Mountain Lion. Is this a bug in Mavericks or do I need to do something besides moving the slider bar from small to large? Thanks.

    frazzm,
    Finder>View>Show View Options>Icon Size.

  • Changing Icons in the dock size

    Ok, so I go to various sites and get Mac Icons. I have a Wall-E picture pack, comic book hero picture pack, etc.
    Except the icon they show on the download screen is so much bigger. When I put them in the dock, they're much smaller. I have seen Mac desktop shots online that users post and the icons are bigger.
    I have tried the sliders for the Dock and it barely does anything.
    Do I need to get a program to resize them?

    How many apps do you have in your Dock? The more apps you have, the smaller they necessarily have to be. If you don't want to reduce the number of apps, the other recourse, if you want to see the icons larger, is to turn on magnification (right-click on the dock separator, Turn Magnification On).
    Matt

  • Change icons in the systemtray KDE

    Hello guys!
    I've been googling this quite some time but still no results: how can i change skype systemtray icon?
    I've searched in skype's folders but i coulnd't find this systemtray icon.
    Thanks for reading!

    I'm not aware that you can change the icons on skype.
    I was under the impression that they are bound to the app and when it runs it sets them.
    What makes you think otherwise?
    R.
    Edit:
    However, if you just want to find where the icons are and you have a plan to deal with them, then
    here is where they are:
    /usr/share/icons/hicolor/48x48/apps/skype.png
    /usr/share/icons/hicolor/16x16/apps/skype.png
    /usr/share/icons/hicolor/32x/usr/share/apps/kopete/icons/oxygen/48x48/apps/skype_protocol.png
    /usr/share/apps/kopete/icons/oxygen/128x128/apps/skype_protocol.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_call.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_dnd.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_connecting.mng
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_skypeout.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_skypeme.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_blockcontact.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_connecting.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_online.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_away.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_invisible.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_unknown.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_offline.png
    /usr/share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_not_available.png
    /usr/share/apps/kopete/icons/oxygen/16x16/apps/skype_protocol.png
    /usr/share/apps/kopete/icons/oxygen/22x22/actions/skype_call.png
    /usr/share/apps/kopete/icons/oxygen/22x22/actions/skype_contact_skypeout.png
    /usr/share/apps/kopete/icons/oxygen/22x22/actions/skype_blockcontact.png
    /usr/share/apps/kopete/icons/oxygen/22x22/apps/skype_protocol.png
    /usr/share/apps/kopete/icons/oxygen/32x32/actions/skype_call.png
    /usr/share/apps/kopete/icons/oxygen/32x32/actions/skype_contact_skypeout.png
    /usr/share/apps/kopete/icons/oxygen/32x32/actions/skype_blockcontact.png
    /usr/share/apps/kopete/icons/oxygen/32x32/apps/skype_protocol.png
    /usr/share/apps/akonadi/contact/icons/oxygen/16x16/apps/skype_protocol.png32/apps/skype.png
    /usr/share/pixmaps/skype.png
    Last edited by ralvez (2013-06-16 19:39:52)

  • When i try to change icon to Firefox, when i press change icon it give me the IE ones not Firefox ones? How can i get it back to firefox icons?

    When you press properties then change icon, instead of the 3 firefox ones you normally see, it give me the IE ones, how can i get the firefox ones back, Firefox beta 4 is my default.

    Click Properties > Change icon > Browse > (the folder where you install your Firefox, usually in Drive C:) > Firefox.exe
    The 3 Firefox ones you normally see should be listed.

  • Service entry sheet can't be changed to update the final entry indicator

    Hi All,
    Can any body suggest possible reason and a solution for the below?
    I am having a situation in which for a service P.O for which partial service enty has been done and for that invoice has also been done.(In production)
    Now when I am trying to close the P.O line item by going to service entry sheet by t.code ml81n there i am not able to get the change icon , and hence i am not able to revoke the acceptance of service entry and subsequently I couldn't be able to set the final entry for that.
    I tried to do the simulate the same senario in development(testing client) server and it is working fine, could any one sugget the reason and solution how to close the service line item in the P.O .
    Regards,
    Sushanta

    Hi,
    That was useful but I checked some other service P.O and for them I am able to see the change icon.
    the p.o in my earlier mail are old one of 2002, but they are having partial service entry and invoice against them,
    Could any one please tell me under what circumstances I will not be able to see the change icon in the service entry sheet?
    Is it if the service entry is done at an old date, i mean earlier date or any other reason.
    please let me know soon
    Thanks
    Sushanta

  • Mission impossible:  changing icons in dialogs?

    Hi, Is it really impossible to change icons in dialogs in a straightforward manner? I am new to Java Swing but have used most GUI:s and really never encountered any problems changing icons in the caption part of a window frame (upper left corner). If such common practice is as hard as it seems in Java, it must be considered a major flaw! Please take a look at the problem and enlighten me.
    It is easy to replace the default �coffee cup� icon in the main application window (a JFrame) with a new icon in file "main.gif",
    Toolkit kit = Toolkit.getDefaultToolkit();
    Image icon = kit.getImage(�main.gif");
    setIconImage(icon);
    The following creates a non-modal dialog window (one the user mustn't close before doing something else),
    Dialog status = new JDialog(this,"Status",false);
    The dialog will have the main JFrame as its parent and inherit its icon. Fine, but I want some other icon in this dialog, for example a toolbar icon in file "status16.gif". The only way to do it seems to be to introduce a �dummy� Jframe like this,
    JFrame frame = new JFrame();
    Image icon = kit.getImage("status16.gif");
    frame.setIconImage(icon);
    Dialog status = new JDialog(frame,"Status",false);
    The dialog now sports the status icon, but there is a dire side-effect of this fix. The main JFrame will no longer be the parent of the dialog (the 'dummy' JFrame will) and this has consequences. For example when the user activates the application main window by clicking on it, the dialog window will no longer automatically place itself on top. A work-around would involve explicitly writing dialog window management code.
    It shouldn�t be this complicated to accomplish something as simple as an icons change. I must have missed something important here.
    Best Regards, Ulf Johansson

    DOMO, I too can't get the bug links to work. I suspect many have encountered my "icon in dialog"-problem but given up. It's a frustrating flaw. If nobody comes up with a soulution I'll file a bug report for what it's worth. Sun should take these 'minor' issues seriously. In C# it's a breeze.
    /Ulf Johansson

Maybe you are looking for