HaikuArchives / BePodder

A media aggregator (and more)
MIT License
5 stars 9 forks source link

Remove outdated references to ZETA and BeOS R5 in source files #58

Closed Vidrep closed 6 years ago

Vidrep commented 6 years ago

eg. HelpWindow.cpp BString where(GetAppRelativePath());

ifdef ZETA

    where << "/help.xml";
#else
    where << "/helpR5.xml";
#endif
KevinAdams05 commented 6 years ago

I can help with this. 2 quick questions:

1) Do all of the #ifdef statements for Zeta need to be removed? The one in HelpWindow.cpp make sense, but I'm not sure if some of the other ones are needed - i.e. RunView.cpp.

2) Since we are looking at this code, should we rename helpR5.xml to just help.xml? It appears that we only have 1 help file anyways. If so, I can log a separate issue for that.

janus2 commented 6 years ago
  1. Yes
  2. Probably we will remove that help and change it to another format