chiark / gitweb /
Disobedience now honors config->short_display. This is a bit grotty
[disorder] / disobedience / misc.c
index 958e2b2c34b1e84e80371205f0d05d81723445ff..b1558d341c291eb3fd48388c04465478245ef95f 100644 (file)
@@ -137,7 +137,7 @@ void fpopup_msg(GtkMessageType mt, const char *fmt, ...) {
 
 /** @brief Create a button with an icon in it
  * @param path (relative) path to image
- * @param tooltip Tooltip or NULL to not set one
+ * @param tip Tooltip or NULL to not set one
  * @return Button
  */
 GtkWidget *iconbutton(const char *path, const char *tip) {